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, param, plgin_row, plgin_col, task_detail_id, plugin_id, created_at, updated_at,
rec_status, colspan, rowspan
delete from t_pro_task_plugin
where id = #{id,jdbcType=BIGINT}
delete from t_pro_task_plugin
insert into t_pro_task_plugin (id, param, plgin_row,
plgin_col, task_detail_id, plugin_id,
created_at, updated_at, rec_status,
colspan, rowspan)
values (#{id,jdbcType=BIGINT}, #{param,jdbcType=VARCHAR}, #{plginRow,jdbcType=INTEGER},
#{plginCol,jdbcType=INTEGER}, #{taskDetailId,jdbcType=BIGINT}, #{pluginId,jdbcType=BIGINT},
#{createdAt,jdbcType=TIMESTAMP}, #{updatedAt,jdbcType=TIMESTAMP}, #{recStatus,jdbcType=TINYINT},
#{colspan,jdbcType=INTEGER}, #{rowspan,jdbcType=INTEGER})
insert into t_pro_task_plugin
id,
param,
plgin_row,
plgin_col,
task_detail_id,
plugin_id,
created_at,
updated_at,
rec_status,
colspan,
rowspan,
#{id,jdbcType=BIGINT},
#{param,jdbcType=VARCHAR},
#{plginRow,jdbcType=INTEGER},
#{plginCol,jdbcType=INTEGER},
#{taskDetailId,jdbcType=BIGINT},
#{pluginId,jdbcType=BIGINT},
#{createdAt,jdbcType=TIMESTAMP},
#{updatedAt,jdbcType=TIMESTAMP},
#{recStatus,jdbcType=TINYINT},
#{colspan,jdbcType=INTEGER},
#{rowspan,jdbcType=INTEGER},
update t_pro_task_plugin
id = #{record.id,jdbcType=BIGINT},
param = #{record.param,jdbcType=VARCHAR},
plgin_row = #{record.plginRow,jdbcType=INTEGER},
plgin_col = #{record.plginCol,jdbcType=INTEGER},
task_detail_id = #{record.taskDetailId,jdbcType=BIGINT},
plugin_id = #{record.pluginId,jdbcType=BIGINT},
created_at = #{record.createdAt,jdbcType=TIMESTAMP},
updated_at = #{record.updatedAt,jdbcType=TIMESTAMP},
rec_status = #{record.recStatus,jdbcType=TINYINT},
colspan = #{record.colspan,jdbcType=INTEGER},
rowspan = #{record.rowspan,jdbcType=INTEGER},
update t_pro_task_plugin
set id = #{record.id,jdbcType=BIGINT},
param = #{record.param,jdbcType=VARCHAR},
plgin_row = #{record.plginRow,jdbcType=INTEGER},
plgin_col = #{record.plginCol,jdbcType=INTEGER},
task_detail_id = #{record.taskDetailId,jdbcType=BIGINT},
plugin_id = #{record.pluginId,jdbcType=BIGINT},
created_at = #{record.createdAt,jdbcType=TIMESTAMP},
updated_at = #{record.updatedAt,jdbcType=TIMESTAMP},
rec_status = #{record.recStatus,jdbcType=TINYINT},
colspan = #{record.colspan,jdbcType=INTEGER},
rowspan = #{record.rowspan,jdbcType=INTEGER}
update t_pro_task_plugin
param = #{param,jdbcType=VARCHAR},
plgin_row = #{plginRow,jdbcType=INTEGER},
plgin_col = #{plginCol,jdbcType=INTEGER},
task_detail_id = #{taskDetailId,jdbcType=BIGINT},
plugin_id = #{pluginId,jdbcType=BIGINT},
created_at = #{createdAt,jdbcType=TIMESTAMP},
updated_at = #{updatedAt,jdbcType=TIMESTAMP},
rec_status = #{recStatus,jdbcType=TINYINT},
colspan = #{colspan,jdbcType=INTEGER},
rowspan = #{rowspan,jdbcType=INTEGER},
where id = #{id,jdbcType=BIGINT}
update t_pro_task_plugin
set param = #{param,jdbcType=VARCHAR},
plgin_row = #{plginRow,jdbcType=INTEGER},
plgin_col = #{plginCol,jdbcType=INTEGER},
task_detail_id = #{taskDetailId,jdbcType=BIGINT},
plugin_id = #{pluginId,jdbcType=BIGINT},
created_at = #{createdAt,jdbcType=TIMESTAMP},
updated_at = #{updatedAt,jdbcType=TIMESTAMP},
rec_status = #{recStatus,jdbcType=TINYINT},
colspan = #{colspan,jdbcType=INTEGER},
rowspan = #{rowspan,jdbcType=INTEGER}
where id = #{id,jdbcType=BIGINT}