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}
id, msg, pic, is_deal, identity
delete from fix
where id = #{id,jdbcType=INTEGER}
delete from fix
insert into fix (id, msg, pic,
is_deal, identity)
values (#{id,jdbcType=INTEGER}, #{msg,jdbcType=VARCHAR}, #{pic,jdbcType=VARCHAR},
#{isDeal,jdbcType=INTEGER}, #{identity,jdbcType=VARCHAR})
insert into fix
id,
msg,
pic,
is_deal,
identity,
#{id,jdbcType=INTEGER},
#{msg,jdbcType=VARCHAR},
#{pic,jdbcType=VARCHAR},
#{isDeal,jdbcType=INTEGER},
#{identity,jdbcType=VARCHAR},
update fix
id = #{record.id,jdbcType=INTEGER},
msg = #{record.msg,jdbcType=VARCHAR},
pic = #{record.pic,jdbcType=VARCHAR},
is_deal = #{record.isDeal,jdbcType=INTEGER},
identity = #{record.identity,jdbcType=VARCHAR},
update fix
set id = #{record.id,jdbcType=INTEGER},
msg = #{record.msg,jdbcType=VARCHAR},
pic = #{record.pic,jdbcType=VARCHAR},
is_deal = #{record.isDeal,jdbcType=INTEGER},
identity = #{record.identity,jdbcType=VARCHAR}
update fix
msg = #{msg,jdbcType=VARCHAR},
pic = #{pic,jdbcType=VARCHAR},
is_deal = #{isDeal,jdbcType=INTEGER},
identity = #{identity,jdbcType=VARCHAR},
where id = #{id,jdbcType=INTEGER}
update fix
set msg = #{msg,jdbcType=VARCHAR},
pic = #{pic,jdbcType=VARCHAR},
is_deal = #{isDeal,jdbcType=INTEGER},
identity = #{identity,jdbcType=VARCHAR}
where id = #{id,jdbcType=INTEGER}