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}
selection_group_Id, goods_Id, selection_group_name
delete from selection_group
where selection_group_Id = #{selectionGroupId,jdbcType=BIGINT}
delete from selection_group
insert into selection_group (selection_group_Id, goods_Id, selection_group_name
)
values (#{selectionGroupId,jdbcType=BIGINT}, #{goodsId,jdbcType=BIGINT}, #{selectionGroupName,jdbcType=VARCHAR}
)
insert into selection_group
selection_group_Id,
goods_Id,
selection_group_name,
#{selectionGroupId,jdbcType=BIGINT},
#{goodsId,jdbcType=BIGINT},
#{selectionGroupName,jdbcType=VARCHAR},
update selection_group
selection_group_Id = #{record.selectionGroupId,jdbcType=BIGINT},
goods_Id = #{record.goodsId,jdbcType=BIGINT},
selection_group_name = #{record.selectionGroupName,jdbcType=VARCHAR},
update selection_group
set selection_group_Id = #{record.selectionGroupId,jdbcType=BIGINT},
goods_Id = #{record.goodsId,jdbcType=BIGINT},
selection_group_name = #{record.selectionGroupName,jdbcType=VARCHAR}
update selection_group
goods_Id = #{goodsId,jdbcType=BIGINT},
selection_group_name = #{selectionGroupName,jdbcType=VARCHAR},
where selection_group_Id = #{selectionGroupId,jdbcType=BIGINT}
update selection_group
set goods_Id = #{goodsId,jdbcType=BIGINT},
selection_group_name = #{selectionGroupName,jdbcType=VARCHAR}
where selection_group_Id = #{selectionGroupId,jdbcType=BIGINT}