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, deliver_id, task_sub_time_id, file_id, user_id, version, description, time, is_history,
created_at, updated_at, rec_status
delete from t_pro_task_deliver_post_log
where id = #{id,jdbcType=BIGINT}
delete from t_pro_task_deliver_post_log
insert into t_pro_task_deliver_post_log (id, deliver_id, task_sub_time_id,
file_id, user_id, version,
description, time, is_history,
created_at, updated_at, rec_status
)
values (#{id,jdbcType=BIGINT}, #{deliverId,jdbcType=BIGINT}, #{taskSubTimeId,jdbcType=BIGINT},
#{fileId,jdbcType=BIGINT}, #{userId,jdbcType=BIGINT}, #{version,jdbcType=VARCHAR},
#{description,jdbcType=VARCHAR}, #{time,jdbcType=BIGINT}, #{isHistory,jdbcType=INTEGER},
#{createdAt,jdbcType=TIMESTAMP}, #{updatedAt,jdbcType=TIMESTAMP}, #{recStatus,jdbcType=TINYINT}
)
insert into t_pro_task_deliver_post_log
id,
deliver_id,
task_sub_time_id,
file_id,
user_id,
version,
description,
time,
is_history,
created_at,
updated_at,
rec_status,
#{id,jdbcType=BIGINT},
#{deliverId,jdbcType=BIGINT},
#{taskSubTimeId,jdbcType=BIGINT},
#{fileId,jdbcType=BIGINT},
#{userId,jdbcType=BIGINT},
#{version,jdbcType=VARCHAR},
#{description,jdbcType=VARCHAR},
#{time,jdbcType=BIGINT},
#{isHistory,jdbcType=INTEGER},
#{createdAt,jdbcType=TIMESTAMP},
#{updatedAt,jdbcType=TIMESTAMP},
#{recStatus,jdbcType=TINYINT},
update t_pro_task_deliver_post_log
id = #{record.id,jdbcType=BIGINT},
deliver_id = #{record.deliverId,jdbcType=BIGINT},
task_sub_time_id = #{record.taskSubTimeId,jdbcType=BIGINT},
file_id = #{record.fileId,jdbcType=BIGINT},
user_id = #{record.userId,jdbcType=BIGINT},
version = #{record.version,jdbcType=VARCHAR},
description = #{record.description,jdbcType=VARCHAR},
time = #{record.time,jdbcType=BIGINT},
is_history = #{record.isHistory,jdbcType=INTEGER},
created_at = #{record.createdAt,jdbcType=TIMESTAMP},
updated_at = #{record.updatedAt,jdbcType=TIMESTAMP},
rec_status = #{record.recStatus,jdbcType=TINYINT},
update t_pro_task_deliver_post_log
set id = #{record.id,jdbcType=BIGINT},
deliver_id = #{record.deliverId,jdbcType=BIGINT},
task_sub_time_id = #{record.taskSubTimeId,jdbcType=BIGINT},
file_id = #{record.fileId,jdbcType=BIGINT},
user_id = #{record.userId,jdbcType=BIGINT},
version = #{record.version,jdbcType=VARCHAR},
description = #{record.description,jdbcType=VARCHAR},
time = #{record.time,jdbcType=BIGINT},
is_history = #{record.isHistory,jdbcType=INTEGER},
created_at = #{record.createdAt,jdbcType=TIMESTAMP},
updated_at = #{record.updatedAt,jdbcType=TIMESTAMP},
rec_status = #{record.recStatus,jdbcType=TINYINT}
update t_pro_task_deliver_post_log
deliver_id = #{deliverId,jdbcType=BIGINT},
task_sub_time_id = #{taskSubTimeId,jdbcType=BIGINT},
file_id = #{fileId,jdbcType=BIGINT},
user_id = #{userId,jdbcType=BIGINT},
version = #{version,jdbcType=VARCHAR},
description = #{description,jdbcType=VARCHAR},
time = #{time,jdbcType=BIGINT},
is_history = #{isHistory,jdbcType=INTEGER},
created_at = #{createdAt,jdbcType=TIMESTAMP},
updated_at = #{updatedAt,jdbcType=TIMESTAMP},
rec_status = #{recStatus,jdbcType=TINYINT},
where id = #{id,jdbcType=BIGINT}
update t_pro_task_deliver_post_log
set deliver_id = #{deliverId,jdbcType=BIGINT},
task_sub_time_id = #{taskSubTimeId,jdbcType=BIGINT},
file_id = #{fileId,jdbcType=BIGINT},
user_id = #{userId,jdbcType=BIGINT},
version = #{version,jdbcType=VARCHAR},
description = #{description,jdbcType=VARCHAR},
time = #{time,jdbcType=BIGINT},
is_history = #{isHistory,jdbcType=INTEGER},
created_at = #{createdAt,jdbcType=TIMESTAMP},
updated_at = #{updatedAt,jdbcType=TIMESTAMP},
rec_status = #{recStatus,jdbcType=TINYINT}
where id = #{id,jdbcType=BIGINT}