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_detail_id, time, type, description, user_id, created_at, updated_at, rec_status
delete from t_pro_log
where id = #{id,jdbcType=BIGINT}
delete from t_pro_log
insert into t_pro_log (id, task_detail_id, time,
type, description, user_id,
created_at, updated_at, rec_status
)
values (#{id,jdbcType=BIGINT}, #{taskDetailId,jdbcType=BIGINT}, #{time,jdbcType=BIGINT},
#{type,jdbcType=TINYINT}, #{description,jdbcType=VARCHAR}, #{userId,jdbcType=BIGINT},
#{createdAt,jdbcType=TIMESTAMP}, #{updatedAt,jdbcType=TIMESTAMP}, #{recStatus,jdbcType=TINYINT}
)
insert into t_pro_log
id,
task_detail_id,
time,
type,
description,
user_id,
created_at,
updated_at,
rec_status,
#{id,jdbcType=BIGINT},
#{taskDetailId,jdbcType=BIGINT},
#{time,jdbcType=BIGINT},
#{type,jdbcType=TINYINT},
#{description,jdbcType=VARCHAR},
#{userId,jdbcType=BIGINT},
#{createdAt,jdbcType=TIMESTAMP},
#{updatedAt,jdbcType=TIMESTAMP},
#{recStatus,jdbcType=TINYINT},
update t_pro_log
id = #{record.id,jdbcType=BIGINT},
task_detail_id = #{record.taskDetailId,jdbcType=BIGINT},
time = #{record.time,jdbcType=BIGINT},
type = #{record.type,jdbcType=TINYINT},
description = #{record.description,jdbcType=VARCHAR},
user_id = #{record.userId,jdbcType=BIGINT},
created_at = #{record.createdAt,jdbcType=TIMESTAMP},
updated_at = #{record.updatedAt,jdbcType=TIMESTAMP},
rec_status = #{record.recStatus,jdbcType=TINYINT},
update t_pro_log
set id = #{record.id,jdbcType=BIGINT},
task_detail_id = #{record.taskDetailId,jdbcType=BIGINT},
time = #{record.time,jdbcType=BIGINT},
type = #{record.type,jdbcType=TINYINT},
description = #{record.description,jdbcType=VARCHAR},
user_id = #{record.userId,jdbcType=BIGINT},
created_at = #{record.createdAt,jdbcType=TIMESTAMP},
updated_at = #{record.updatedAt,jdbcType=TIMESTAMP},
rec_status = #{record.recStatus,jdbcType=TINYINT}
update t_pro_log
task_detail_id = #{taskDetailId,jdbcType=BIGINT},
time = #{time,jdbcType=BIGINT},
type = #{type,jdbcType=TINYINT},
description = #{description,jdbcType=VARCHAR},
user_id = #{userId,jdbcType=BIGINT},
created_at = #{createdAt,jdbcType=TIMESTAMP},
updated_at = #{updatedAt,jdbcType=TIMESTAMP},
rec_status = #{recStatus,jdbcType=TINYINT},
where id = #{id,jdbcType=BIGINT}
update t_pro_log
set task_detail_id = #{taskDetailId,jdbcType=BIGINT},
time = #{time,jdbcType=BIGINT},
type = #{type,jdbcType=TINYINT},
description = #{description,jdbcType=VARCHAR},
user_id = #{userId,jdbcType=BIGINT},
created_at = #{createdAt,jdbcType=TIMESTAMP},
updated_at = #{updatedAt,jdbcType=TIMESTAMP},
rec_status = #{recStatus,jdbcType=TINYINT}
where id = #{id,jdbcType=BIGINT}