and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
LabelID, PostID
delete from pc_label_post
insert into pc_label_post (LabelID, PostID)
values (#{labelID,jdbcType=VARCHAR}, #{postID,jdbcType=VARCHAR})
insert into pc_label_post
LabelID,
PostID,
#{labelID,jdbcType=VARCHAR},
#{postID,jdbcType=VARCHAR},
update pc_label_post
LabelID = #{row.labelID,jdbcType=VARCHAR},
PostID = #{row.postID,jdbcType=VARCHAR},
update pc_label_post
set LabelID = #{row.labelID,jdbcType=VARCHAR},
PostID = #{row.postID,jdbcType=VARCHAR}