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, value, task_id, plugin_id, role_id, time, publicity, created_at, updated_at,
rec_status
delete from t_pro_notes
where id = #{id,jdbcType=BIGINT}
delete from t_pro_notes
insert into t_pro_notes (id, value, task_id,
plugin_id, role_id, time,
publicity, created_at, updated_at,
rec_status)
values (#{id,jdbcType=BIGINT}, #{value,jdbcType=VARCHAR}, #{taskId,jdbcType=BIGINT},
#{pluginId,jdbcType=BIGINT}, #{roleId,jdbcType=BIGINT}, #{time,jdbcType=BIGINT},
#{publicity,jdbcType=TINYINT}, #{createdAt,jdbcType=TIMESTAMP}, #{updatedAt,jdbcType=TIMESTAMP},
#{recStatus,jdbcType=TINYINT})
insert into t_pro_notes
id,
value,
task_id,
plugin_id,
role_id,
time,
publicity,
created_at,
updated_at,
rec_status,
#{id,jdbcType=BIGINT},
#{value,jdbcType=VARCHAR},
#{taskId,jdbcType=BIGINT},
#{pluginId,jdbcType=BIGINT},
#{roleId,jdbcType=BIGINT},
#{time,jdbcType=BIGINT},
#{publicity,jdbcType=TINYINT},
#{createdAt,jdbcType=TIMESTAMP},
#{updatedAt,jdbcType=TIMESTAMP},
#{recStatus,jdbcType=TINYINT},
update t_pro_notes
id = #{record.id,jdbcType=BIGINT},
value = #{record.value,jdbcType=VARCHAR},
task_id = #{record.taskId,jdbcType=BIGINT},
plugin_id = #{record.pluginId,jdbcType=BIGINT},
role_id = #{record.roleId,jdbcType=BIGINT},
time = #{record.time,jdbcType=BIGINT},
publicity = #{record.publicity,jdbcType=TINYINT},
created_at = #{record.createdAt,jdbcType=TIMESTAMP},
updated_at = #{record.updatedAt,jdbcType=TIMESTAMP},
rec_status = #{record.recStatus,jdbcType=TINYINT},
update t_pro_notes
set id = #{record.id,jdbcType=BIGINT},
value = #{record.value,jdbcType=VARCHAR},
task_id = #{record.taskId,jdbcType=BIGINT},
plugin_id = #{record.pluginId,jdbcType=BIGINT},
role_id = #{record.roleId,jdbcType=BIGINT},
time = #{record.time,jdbcType=BIGINT},
publicity = #{record.publicity,jdbcType=TINYINT},
created_at = #{record.createdAt,jdbcType=TIMESTAMP},
updated_at = #{record.updatedAt,jdbcType=TIMESTAMP},
rec_status = #{record.recStatus,jdbcType=TINYINT}
update t_pro_notes
value = #{value,jdbcType=VARCHAR},
task_id = #{taskId,jdbcType=BIGINT},
plugin_id = #{pluginId,jdbcType=BIGINT},
role_id = #{roleId,jdbcType=BIGINT},
time = #{time,jdbcType=BIGINT},
publicity = #{publicity,jdbcType=TINYINT},
created_at = #{createdAt,jdbcType=TIMESTAMP},
updated_at = #{updatedAt,jdbcType=TIMESTAMP},
rec_status = #{recStatus,jdbcType=TINYINT},
where id = #{id,jdbcType=BIGINT}
update t_pro_notes
set value = #{value,jdbcType=VARCHAR},
task_id = #{taskId,jdbcType=BIGINT},
plugin_id = #{pluginId,jdbcType=BIGINT},
role_id = #{roleId,jdbcType=BIGINT},
time = #{time,jdbcType=BIGINT},
publicity = #{publicity,jdbcType=TINYINT},
created_at = #{createdAt,jdbcType=TIMESTAMP},
updated_at = #{updatedAt,jdbcType=TIMESTAMP},
rec_status = #{recStatus,jdbcType=TINYINT}
where id = #{id,jdbcType=BIGINT}