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, vDevKindCode, vDevKindName, vRemark
delete from t_actkind
where id = #{id,jdbcType=INTEGER}
and vDevKindCode = #{vdevkindcode,jdbcType=VARCHAR}
delete from t_actkind
insert into t_actkind (id, vDevKindCode, vDevKindName,
vRemark)
values (#{id,jdbcType=INTEGER}, #{vdevkindcode,jdbcType=VARCHAR}, #{vdevkindname,jdbcType=VARCHAR},
#{vremark,jdbcType=VARCHAR})
insert into t_actkind
id,
vDevKindCode,
vDevKindName,
vRemark,
#{id,jdbcType=INTEGER},
#{vdevkindcode,jdbcType=VARCHAR},
#{vdevkindname,jdbcType=VARCHAR},
#{vremark,jdbcType=VARCHAR},
update t_actkind
id = #{record.id,jdbcType=INTEGER},
vDevKindCode = #{record.vdevkindcode,jdbcType=VARCHAR},
vDevKindName = #{record.vdevkindname,jdbcType=VARCHAR},
vRemark = #{record.vremark,jdbcType=VARCHAR},
update t_actkind
set id = #{record.id,jdbcType=INTEGER},
vDevKindCode = #{record.vdevkindcode,jdbcType=VARCHAR},
vDevKindName = #{record.vdevkindname,jdbcType=VARCHAR},
vRemark = #{record.vremark,jdbcType=VARCHAR}
update t_actkind
vDevKindName = #{vdevkindname,jdbcType=VARCHAR},
vRemark = #{vremark,jdbcType=VARCHAR},
where id = #{id,jdbcType=INTEGER}
and vDevKindCode = #{vdevkindcode,jdbcType=VARCHAR}
update t_actkind
set vDevKindName = #{vdevkindname,jdbcType=VARCHAR},
vRemark = #{vremark,jdbcType=VARCHAR}
where id = #{id,jdbcType=INTEGER}
and vDevKindCode = #{vdevkindcode,jdbcType=VARCHAR}