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
, message, actionby, actiontype, actionip, actiontime, module, beforetarget, aftertarget,
isdeleted, remark, createtime, updatetime
delete
from system_audittrail
where id = #{id,jdbcType=VARCHAR}
delete from system_audittrail
insert into system_audittrail (id, message, actionby,
actiontype, actionip, actiontime,
module, beforetarget, aftertarget,
isdeleted, remark, createtime,
updatetime)
values (#{id,jdbcType=VARCHAR}, #{message,jdbcType=VARCHAR}, #{actionby,jdbcType=VARCHAR},
#{actiontype,jdbcType=VARCHAR}, #{actionip,jdbcType=VARCHAR}, #{actiontime,jdbcType=TIMESTAMP},
#{module,jdbcType=VARCHAR}, #{beforetarget,jdbcType=VARCHAR}, #{aftertarget,jdbcType=VARCHAR},
#{isdeleted,jdbcType=BIT}, #{remark,jdbcType=VARCHAR}, #{createtime,jdbcType=TIMESTAMP},
#{updatetime,jdbcType=TIMESTAMP})
insert into system_audittrail
id,
message,
actionby,
actiontype,
actionip,
actiontime,
module,
beforetarget,
aftertarget,
isdeleted,
remark,
createtime,
updatetime,
#{id,jdbcType=VARCHAR},
#{message,jdbcType=VARCHAR},
#{actionby,jdbcType=VARCHAR},
#{actiontype,jdbcType=VARCHAR},
#{actionip,jdbcType=VARCHAR},
#{actiontime,jdbcType=TIMESTAMP},
#{module,jdbcType=VARCHAR},
#{beforetarget,jdbcType=VARCHAR},
#{aftertarget,jdbcType=VARCHAR},
#{isdeleted,jdbcType=BIT},
#{remark,jdbcType=VARCHAR},
#{createtime,jdbcType=TIMESTAMP},
#{updatetime,jdbcType=TIMESTAMP},
update system_audittrail
id = #{record.id,jdbcType=VARCHAR},
message = #{record.message,jdbcType=VARCHAR},
actionby = #{record.actionby,jdbcType=VARCHAR},
actiontype = #{record.actiontype,jdbcType=VARCHAR},
actionip = #{record.actionip,jdbcType=VARCHAR},
actiontime = #{record.actiontime,jdbcType=TIMESTAMP},
module = #{record.module,jdbcType=VARCHAR},
beforetarget = #{record.beforetarget,jdbcType=VARCHAR},
aftertarget = #{record.aftertarget,jdbcType=VARCHAR},
isdeleted = #{record.isdeleted,jdbcType=BIT},
remark = #{record.remark,jdbcType=VARCHAR},
createtime = #{record.createtime,jdbcType=TIMESTAMP},
updatetime = #{record.updatetime,jdbcType=TIMESTAMP},
update system_audittrail
set id = #{record.id,jdbcType=VARCHAR},
message = #{record.message,jdbcType=VARCHAR},
actionby = #{record.actionby,jdbcType=VARCHAR},
actiontype = #{record.actiontype,jdbcType=VARCHAR},
actionip = #{record.actionip,jdbcType=VARCHAR},
actiontime = #{record.actiontime,jdbcType=TIMESTAMP},
module = #{record.module,jdbcType=VARCHAR},
beforetarget = #{record.beforetarget,jdbcType=VARCHAR},
aftertarget = #{record.aftertarget,jdbcType=VARCHAR},
isdeleted = #{record.isdeleted,jdbcType=BIT},
remark = #{record.remark,jdbcType=VARCHAR},
createtime = #{record.createtime,jdbcType=TIMESTAMP},
updatetime = #{record.updatetime,jdbcType=TIMESTAMP}
update system_audittrail
message = #{message,jdbcType=VARCHAR},
actionby = #{actionby,jdbcType=VARCHAR},
actiontype = #{actiontype,jdbcType=VARCHAR},
actionip = #{actionip,jdbcType=VARCHAR},
actiontime = #{actiontime,jdbcType=TIMESTAMP},
module = #{module,jdbcType=VARCHAR},
beforetarget = #{beforetarget,jdbcType=VARCHAR},
aftertarget = #{aftertarget,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_audittrail
set message = #{message,jdbcType=VARCHAR},
actionby = #{actionby,jdbcType=VARCHAR},
actiontype = #{actiontype,jdbcType=VARCHAR},
actionip = #{actionip,jdbcType=VARCHAR},
actiontime = #{actiontime,jdbcType=TIMESTAMP},
module = #{module,jdbcType=VARCHAR},
beforetarget = #{beforetarget,jdbcType=VARCHAR},
aftertarget = #{aftertarget,jdbcType=VARCHAR},
isdeleted = #{isdeleted,jdbcType=BIT},
remark = #{remark,jdbcType=VARCHAR},
createtime = #{createtime,jdbcType=TIMESTAMP},
updatetime = #{updatetime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=VARCHAR}