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, UName
delete from jsh_unit
where id = #{id,jdbcType=BIGINT}
delete from jsh_unit
insert into jsh_unit (id, UName)
values (#{id,jdbcType=BIGINT}, #{uname,jdbcType=VARCHAR})
insert into jsh_unit
id,
UName,
#{id,jdbcType=BIGINT},
#{uname,jdbcType=VARCHAR},
update jsh_unit
id = #{record.id,jdbcType=BIGINT},
UName = #{record.uname,jdbcType=VARCHAR},
update jsh_unit
set id = #{record.id,jdbcType=BIGINT},
UName = #{record.uname,jdbcType=VARCHAR}
update jsh_unit
UName = #{uname,jdbcType=VARCHAR},
where id = #{id,jdbcType=BIGINT}
update jsh_unit
set UName = #{uname,jdbcType=VARCHAR}
where id = #{id,jdbcType=BIGINT}