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
, ckey, cvalue, clevel, category, isdeleted, remark, createtime, updatetime
delete
from system_config
where id = #{id,jdbcType=VARCHAR}
delete from system_config
insert into system_config (id, ckey, cvalue,
clevel, category, isdeleted,
remark, createtime, updatetime)
values (#{id,jdbcType=VARCHAR}, #{ckey,jdbcType=VARCHAR}, #{cvalue,jdbcType=VARCHAR},
#{clevel,jdbcType=VARCHAR}, #{category,jdbcType=VARCHAR}, #{isdeleted,jdbcType=BIT},
#{remark,jdbcType=VARCHAR}, #{createtime,jdbcType=TIMESTAMP}, #{updatetime,jdbcType=TIMESTAMP})
insert into system_config
id,
ckey,
cvalue,
clevel,
category,
isdeleted,
remark,
createtime,
updatetime,
#{id,jdbcType=VARCHAR},
#{ckey,jdbcType=VARCHAR},
#{cvalue,jdbcType=VARCHAR},
#{clevel,jdbcType=VARCHAR},
#{category,jdbcType=VARCHAR},
#{isdeleted,jdbcType=BIT},
#{remark,jdbcType=VARCHAR},
#{createtime,jdbcType=TIMESTAMP},
#{updatetime,jdbcType=TIMESTAMP},
update system_config
id = #{record.id,jdbcType=VARCHAR},
ckey = #{record.ckey,jdbcType=VARCHAR},
cvalue = #{record.cvalue,jdbcType=VARCHAR},
clevel = #{record.clevel,jdbcType=VARCHAR},
category = #{record.category,jdbcType=VARCHAR},
isdeleted = #{record.isdeleted,jdbcType=BIT},
remark = #{record.remark,jdbcType=VARCHAR},
createtime = #{record.createtime,jdbcType=TIMESTAMP},
updatetime = #{record.updatetime,jdbcType=TIMESTAMP},
update system_config
set id = #{record.id,jdbcType=VARCHAR},
ckey = #{record.ckey,jdbcType=VARCHAR},
cvalue = #{record.cvalue,jdbcType=VARCHAR},
clevel = #{record.clevel,jdbcType=VARCHAR},
category = #{record.category,jdbcType=VARCHAR},
isdeleted = #{record.isdeleted,jdbcType=BIT},
remark = #{record.remark,jdbcType=VARCHAR},
createtime = #{record.createtime,jdbcType=TIMESTAMP},
updatetime = #{record.updatetime,jdbcType=TIMESTAMP}
update system_config
ckey = #{ckey,jdbcType=VARCHAR},
cvalue = #{cvalue,jdbcType=VARCHAR},
clevel = #{clevel,jdbcType=VARCHAR},
category = #{category,jdbcType=VARCHAR},
isdeleted = #{isdeleted,jdbcType=BIT},
remark = #{remark,jdbcType=VARCHAR},
createtime = #{createtime,jdbcType=TIMESTAMP},
updatetime = #{updatetime,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=VARCHAR}
update system_config
set ckey = #{ckey,jdbcType=VARCHAR},
cvalue = #{cvalue,jdbcType=VARCHAR},
clevel = #{clevel,jdbcType=VARCHAR},
category = #{category,jdbcType=VARCHAR},
isdeleted = #{isdeleted,jdbcType=BIT},
remark = #{remark,jdbcType=VARCHAR},
createtime = #{createtime,jdbcType=TIMESTAMP},
updatetime = #{updatetime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=VARCHAR}