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}
desc_id, statute_id, modified, created, modify_time, create_time
content
delete from sys_statute_desc
insert into sys_statute_desc (desc_id, statute_id, modified,
created, modify_time, create_time,
content)
values (#{descId,jdbcType=VARCHAR}, #{statuteId,jdbcType=VARCHAR}, #{modified,jdbcType=VARCHAR},
#{created,jdbcType=VARCHAR}, #{modifyTime,jdbcType=TIMESTAMP}, #{createTime,jdbcType=TIMESTAMP},
#{content,jdbcType=LONGVARCHAR})
insert into sys_statute_desc
desc_id,
statute_id,
modified,
created,
modify_time,
create_time,
content,
#{descId,jdbcType=VARCHAR},
#{statuteId,jdbcType=VARCHAR},
#{modified,jdbcType=VARCHAR},
#{created,jdbcType=VARCHAR},
#{modifyTime,jdbcType=TIMESTAMP},
#{createTime,jdbcType=TIMESTAMP},
#{content,jdbcType=LONGVARCHAR},
update sys_statute_desc
desc_id = #{record.descId,jdbcType=VARCHAR},
statute_id = #{record.statuteId,jdbcType=VARCHAR},
modified = #{record.modified,jdbcType=VARCHAR},
created = #{record.created,jdbcType=VARCHAR},
modify_time = #{record.modifyTime,jdbcType=TIMESTAMP},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
content = #{record.content,jdbcType=LONGVARCHAR},
update sys_statute_desc
set desc_id = #{record.descId,jdbcType=VARCHAR},
statute_id = #{record.statuteId,jdbcType=VARCHAR},
modified = #{record.modified,jdbcType=VARCHAR},
created = #{record.created,jdbcType=VARCHAR},
modify_time = #{record.modifyTime,jdbcType=TIMESTAMP},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
content = #{record.content,jdbcType=LONGVARCHAR}
update sys_statute_desc
set desc_id = #{record.descId,jdbcType=VARCHAR},
statute_id = #{record.statuteId,jdbcType=VARCHAR},
modified = #{record.modified,jdbcType=VARCHAR},
created = #{record.created,jdbcType=VARCHAR},
modify_time = #{record.modifyTime,jdbcType=TIMESTAMP},
create_time = #{record.createTime,jdbcType=TIMESTAMP}
update sys_statute_desc
set content = #{record.content,jdbcType=LONGVARCHAR}
where statute_id = #{record.statuteId,jdbcType=VARCHAR}