delete from sys_user_post where user_id=#{userId} delete from sys_user_post where user_id in #{userId} insert into sys_user_post(user_id, post_id,guid) values (#{item.userId},#{item.postId},#{item.guid})