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, task_id, `type`, content, `source`, source_content, seq, create_time, update_time
delete from third_part_we_com_staff_config_task_content
where id = #{id,jdbcType=VARCHAR}
delete from third_part_we_com_staff_config_task_content
insert into third_part_we_com_staff_config_task_content (id, task_id, `type`,
content, `source`, source_content,
seq, create_time, update_time
)
values (#{id,jdbcType=VARCHAR}, #{taskId,jdbcType=VARCHAR}, #{type,jdbcType=INTEGER},
#{content,jdbcType=VARCHAR}, #{source,jdbcType=INTEGER}, #{sourceContent,jdbcType=VARCHAR},
#{seq,jdbcType=INTEGER}, #{createTime,jdbcType=TIMESTAMP}, #{updateTime,jdbcType=TIMESTAMP}
)
insert into third_part_we_com_staff_config_task_content
id,
task_id,
`type`,
content,
`source`,
source_content,
seq,
create_time,
update_time,
#{id,jdbcType=VARCHAR},
#{taskId,jdbcType=VARCHAR},
#{type,jdbcType=INTEGER},
#{content,jdbcType=VARCHAR},
#{source,jdbcType=INTEGER},
#{sourceContent,jdbcType=VARCHAR},
#{seq,jdbcType=INTEGER},
#{createTime,jdbcType=TIMESTAMP},
#{updateTime,jdbcType=TIMESTAMP},
update third_part_we_com_staff_config_task_content
id = #{record.id,jdbcType=VARCHAR},
task_id = #{record.taskId,jdbcType=VARCHAR},
`type` = #{record.type,jdbcType=INTEGER},
content = #{record.content,jdbcType=VARCHAR},
`source` = #{record.source,jdbcType=INTEGER},
source_content = #{record.sourceContent,jdbcType=VARCHAR},
seq = #{record.seq,jdbcType=INTEGER},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
update third_part_we_com_staff_config_task_content
set id = #{record.id,jdbcType=VARCHAR},
task_id = #{record.taskId,jdbcType=VARCHAR},
`type` = #{record.type,jdbcType=INTEGER},
content = #{record.content,jdbcType=VARCHAR},
`source` = #{record.source,jdbcType=INTEGER},
source_content = #{record.sourceContent,jdbcType=VARCHAR},
seq = #{record.seq,jdbcType=INTEGER},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update_time = #{record.updateTime,jdbcType=TIMESTAMP}
update third_part_we_com_staff_config_task_content
task_id = #{taskId,jdbcType=VARCHAR},
`type` = #{type,jdbcType=INTEGER},
content = #{content,jdbcType=VARCHAR},
`source` = #{source,jdbcType=INTEGER},
source_content = #{sourceContent,jdbcType=VARCHAR},
seq = #{seq,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=VARCHAR}
update third_part_we_com_staff_config_task_content
set task_id = #{taskId,jdbcType=VARCHAR},
`type` = #{type,jdbcType=INTEGER},
content = #{content,jdbcType=VARCHAR},
`source` = #{source,jdbcType=INTEGER},
source_content = #{sourceContent,jdbcType=VARCHAR},
seq = #{seq,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=VARCHAR}