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
, title, department, category, nlevel, keywords, actionby, status, publisher, publishdatetime,
isdeleted, remark, createtime, updatetime
context
delete
from system_notification
where id = #{id,jdbcType=VARCHAR}
delete from system_notification
insert into system_notification (id, title, department,
category, nlevel, keywords,
actionby, status, publisher,
publishdatetime, isdeleted, remark,
createtime, updatetime, context)
values (#{id,jdbcType=VARCHAR}, #{title,jdbcType=VARCHAR}, #{department,jdbcType=VARCHAR},
#{category,jdbcType=VARCHAR}, #{nlevel,jdbcType=INTEGER}, #{keywords,jdbcType=VARCHAR},
#{actionby,jdbcType=VARCHAR}, #{status,jdbcType=INTEGER}, #{publisher,jdbcType=VARCHAR},
#{publishdatetime,jdbcType=TIMESTAMP}, #{isdeleted,jdbcType=BIT}, #{remark,jdbcType=VARCHAR},
#{createtime,jdbcType=TIMESTAMP}, #{updatetime,jdbcType=TIMESTAMP}, #{context,jdbcType=LONGVARCHAR})
insert into system_notification
id,
title,
department,
category,
nlevel,
keywords,
actionby,
status,
publisher,
publishdatetime,
isdeleted,
remark,
createtime,
updatetime,
context,
#{id,jdbcType=VARCHAR},
#{title,jdbcType=VARCHAR},
#{department,jdbcType=VARCHAR},
#{category,jdbcType=VARCHAR},
#{nlevel,jdbcType=INTEGER},
#{keywords,jdbcType=VARCHAR},
#{actionby,jdbcType=VARCHAR},
#{status,jdbcType=INTEGER},
#{publisher,jdbcType=VARCHAR},
#{publishdatetime,jdbcType=TIMESTAMP},
#{isdeleted,jdbcType=BIT},
#{remark,jdbcType=VARCHAR},
#{createtime,jdbcType=TIMESTAMP},
#{updatetime,jdbcType=TIMESTAMP},
#{context,jdbcType=LONGVARCHAR},
update system_notification
id = #{record.id,jdbcType=VARCHAR},
title = #{record.title,jdbcType=VARCHAR},
department = #{record.department,jdbcType=VARCHAR},
category = #{record.category,jdbcType=VARCHAR},
nlevel = #{record.nlevel,jdbcType=INTEGER},
keywords = #{record.keywords,jdbcType=VARCHAR},
actionby = #{record.actionby,jdbcType=VARCHAR},
status = #{record.status,jdbcType=INTEGER},
publisher = #{record.publisher,jdbcType=VARCHAR},
publishdatetime = #{record.publishdatetime,jdbcType=TIMESTAMP},
isdeleted = #{record.isdeleted,jdbcType=BIT},
remark = #{record.remark,jdbcType=VARCHAR},
createtime = #{record.createtime,jdbcType=TIMESTAMP},
updatetime = #{record.updatetime,jdbcType=TIMESTAMP},
context = #{record.context,jdbcType=LONGVARCHAR},
update system_notification
set id = #{record.id,jdbcType=VARCHAR},
title = #{record.title,jdbcType=VARCHAR},
department = #{record.department,jdbcType=VARCHAR},
category = #{record.category,jdbcType=VARCHAR},
nlevel = #{record.nlevel,jdbcType=INTEGER},
keywords = #{record.keywords,jdbcType=VARCHAR},
actionby = #{record.actionby,jdbcType=VARCHAR},
status = #{record.status,jdbcType=INTEGER},
publisher = #{record.publisher,jdbcType=VARCHAR},
publishdatetime = #{record.publishdatetime,jdbcType=TIMESTAMP},
isdeleted = #{record.isdeleted,jdbcType=BIT},
remark = #{record.remark,jdbcType=VARCHAR},
createtime = #{record.createtime,jdbcType=TIMESTAMP},
updatetime = #{record.updatetime,jdbcType=TIMESTAMP},
context = #{record.context,jdbcType=LONGVARCHAR}
update system_notification
set id = #{record.id,jdbcType=VARCHAR},
title = #{record.title,jdbcType=VARCHAR},
department = #{record.department,jdbcType=VARCHAR},
category = #{record.category,jdbcType=VARCHAR},
nlevel = #{record.nlevel,jdbcType=INTEGER},
keywords = #{record.keywords,jdbcType=VARCHAR},
actionby = #{record.actionby,jdbcType=VARCHAR},
status = #{record.status,jdbcType=INTEGER},
publisher = #{record.publisher,jdbcType=VARCHAR},
publishdatetime = #{record.publishdatetime,jdbcType=TIMESTAMP},
isdeleted = #{record.isdeleted,jdbcType=BIT},
remark = #{record.remark,jdbcType=VARCHAR},
createtime = #{record.createtime,jdbcType=TIMESTAMP},
updatetime = #{record.updatetime,jdbcType=TIMESTAMP}
update system_notification
title = #{title,jdbcType=VARCHAR},
department = #{department,jdbcType=VARCHAR},
category = #{category,jdbcType=VARCHAR},
nlevel = #{nlevel,jdbcType=INTEGER},
keywords = #{keywords,jdbcType=VARCHAR},
actionby = #{actionby,jdbcType=VARCHAR},
status = #{status,jdbcType=INTEGER},
publisher = #{publisher,jdbcType=VARCHAR},
publishdatetime = #{publishdatetime,jdbcType=TIMESTAMP},
isdeleted = #{isdeleted,jdbcType=BIT},
remark = #{remark,jdbcType=VARCHAR},
createtime = #{createtime,jdbcType=TIMESTAMP},
updatetime = #{updatetime,jdbcType=TIMESTAMP},
context = #{context,jdbcType=LONGVARCHAR},
where id = #{id,jdbcType=VARCHAR}
update system_notification
set title = #{title,jdbcType=VARCHAR},
department = #{department,jdbcType=VARCHAR},
category = #{category,jdbcType=VARCHAR},
nlevel = #{nlevel,jdbcType=INTEGER},
keywords = #{keywords,jdbcType=VARCHAR},
actionby = #{actionby,jdbcType=VARCHAR},
status = #{status,jdbcType=INTEGER},
publisher = #{publisher,jdbcType=VARCHAR},
publishdatetime = #{publishdatetime,jdbcType=TIMESTAMP},
isdeleted = #{isdeleted,jdbcType=BIT},
remark = #{remark,jdbcType=VARCHAR},
createtime = #{createtime,jdbcType=TIMESTAMP},
updatetime = #{updatetime,jdbcType=TIMESTAMP},
context = #{context,jdbcType=LONGVARCHAR}
where id = #{id,jdbcType=VARCHAR}
update system_notification
set title = #{title,jdbcType=VARCHAR},
department = #{department,jdbcType=VARCHAR},
category = #{category,jdbcType=VARCHAR},
nlevel = #{nlevel,jdbcType=INTEGER},
keywords = #{keywords,jdbcType=VARCHAR},
actionby = #{actionby,jdbcType=VARCHAR},
status = #{status,jdbcType=INTEGER},
publisher = #{publisher,jdbcType=VARCHAR},
publishdatetime = #{publishdatetime,jdbcType=TIMESTAMP},
isdeleted = #{isdeleted,jdbcType=BIT},
remark = #{remark,jdbcType=VARCHAR},
createtime = #{createtime,jdbcType=TIMESTAMP},
updatetime = #{updatetime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=VARCHAR}