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