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}
BM, HZMC, XH, Y101, Y102, Y103
delete from zzzd_gzgw
insert into zzzd_gzgw (BM, HZMC, XH,
Y101, Y102, Y103)
values (#{bm,jdbcType=VARCHAR}, #{hzmc,jdbcType=VARCHAR}, #{xh,jdbcType=INTEGER},
#{y101,jdbcType=VARCHAR}, #{y102,jdbcType=VARCHAR}, #{y103,jdbcType=VARCHAR})
insert into zzzd_gzgw
BM,
HZMC,
XH,
Y101,
Y102,
Y103,
#{bm,jdbcType=VARCHAR},
#{hzmc,jdbcType=VARCHAR},
#{xh,jdbcType=INTEGER},
#{y101,jdbcType=VARCHAR},
#{y102,jdbcType=VARCHAR},
#{y103,jdbcType=VARCHAR},
update zzzd_gzgw
BM = #{record.bm,jdbcType=VARCHAR},
HZMC = #{record.hzmc,jdbcType=VARCHAR},
XH = #{record.xh,jdbcType=INTEGER},
Y101 = #{record.y101,jdbcType=VARCHAR},
Y102 = #{record.y102,jdbcType=VARCHAR},
Y103 = #{record.y103,jdbcType=VARCHAR},
update zzzd_gzgw
set BM = #{record.bm,jdbcType=VARCHAR},
HZMC = #{record.hzmc,jdbcType=VARCHAR},
XH = #{record.xh,jdbcType=INTEGER},
Y101 = #{record.y101,jdbcType=VARCHAR},
Y102 = #{record.y102,jdbcType=VARCHAR},
Y103 = #{record.y103,jdbcType=VARCHAR}