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, sub_task_id, member_id, project_id, plugin_id, parameter, created_at, updated_at,
rec_status
delete from t_pro_plugin_parameter
where id = #{id,jdbcType=BIGINT}
delete from t_pro_plugin_parameter
insert into t_pro_plugin_parameter (id, sub_task_id, member_id,
project_id, plugin_id, parameter,
created_at, updated_at, rec_status
)
values (#{id,jdbcType=BIGINT}, #{subTaskId,jdbcType=BIGINT}, #{memberId,jdbcType=BIGINT},
#{projectId,jdbcType=BIGINT}, #{pluginId,jdbcType=BIGINT}, #{parameter,jdbcType=VARCHAR},
#{createdAt,jdbcType=TIMESTAMP}, #{updatedAt,jdbcType=TIMESTAMP}, #{recStatus,jdbcType=TINYINT}
)
insert into t_pro_plugin_parameter
id,
sub_task_id,
member_id,
project_id,
plugin_id,
parameter,
created_at,
updated_at,
rec_status,
#{id,jdbcType=BIGINT},
#{subTaskId,jdbcType=BIGINT},
#{memberId,jdbcType=BIGINT},
#{projectId,jdbcType=BIGINT},
#{pluginId,jdbcType=BIGINT},
#{parameter,jdbcType=VARCHAR},
#{createdAt,jdbcType=TIMESTAMP},
#{updatedAt,jdbcType=TIMESTAMP},
#{recStatus,jdbcType=TINYINT},
update t_pro_plugin_parameter
id = #{record.id,jdbcType=BIGINT},
sub_task_id = #{record.subTaskId,jdbcType=BIGINT},
member_id = #{record.memberId,jdbcType=BIGINT},
project_id = #{record.projectId,jdbcType=BIGINT},
plugin_id = #{record.pluginId,jdbcType=BIGINT},
parameter = #{record.parameter,jdbcType=VARCHAR},
created_at = #{record.createdAt,jdbcType=TIMESTAMP},
updated_at = #{record.updatedAt,jdbcType=TIMESTAMP},
rec_status = #{record.recStatus,jdbcType=TINYINT},
update t_pro_plugin_parameter
set id = #{record.id,jdbcType=BIGINT},
sub_task_id = #{record.subTaskId,jdbcType=BIGINT},
member_id = #{record.memberId,jdbcType=BIGINT},
project_id = #{record.projectId,jdbcType=BIGINT},
plugin_id = #{record.pluginId,jdbcType=BIGINT},
parameter = #{record.parameter,jdbcType=VARCHAR},
created_at = #{record.createdAt,jdbcType=TIMESTAMP},
updated_at = #{record.updatedAt,jdbcType=TIMESTAMP},
rec_status = #{record.recStatus,jdbcType=TINYINT}
update t_pro_plugin_parameter
sub_task_id = #{subTaskId,jdbcType=BIGINT},
member_id = #{memberId,jdbcType=BIGINT},
project_id = #{projectId,jdbcType=BIGINT},
plugin_id = #{pluginId,jdbcType=BIGINT},
parameter = #{parameter,jdbcType=VARCHAR},
created_at = #{createdAt,jdbcType=TIMESTAMP},
updated_at = #{updatedAt,jdbcType=TIMESTAMP},
rec_status = #{recStatus,jdbcType=TINYINT},
where id = #{id,jdbcType=BIGINT}
update t_pro_plugin_parameter
set sub_task_id = #{subTaskId,jdbcType=BIGINT},
member_id = #{memberId,jdbcType=BIGINT},
project_id = #{projectId,jdbcType=BIGINT},
plugin_id = #{pluginId,jdbcType=BIGINT},
parameter = #{parameter,jdbcType=VARCHAR},
created_at = #{createdAt,jdbcType=TIMESTAMP},
updated_at = #{updatedAt,jdbcType=TIMESTAMP},
rec_status = #{recStatus,jdbcType=TINYINT}
where id = #{id,jdbcType=BIGINT}