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, content, project_id, task_detail_id, isFinish, created_id, send_id, created_at,
updated_at, rec_status
delete from t_pro_todo
where id = #{id,jdbcType=BIGINT}
delete from t_pro_todo
insert into t_pro_todo (id, content, project_id,
task_detail_id, isFinish, created_id,
send_id, created_at, updated_at,
rec_status)
values (#{id,jdbcType=BIGINT}, #{content,jdbcType=VARCHAR}, #{projectId,jdbcType=BIGINT},
#{taskDetailId,jdbcType=BIGINT}, #{isfinish,jdbcType=TINYINT}, #{createdId,jdbcType=BIGINT},
#{sendId,jdbcType=BIGINT}, #{createdAt,jdbcType=TIMESTAMP}, #{updatedAt,jdbcType=TIMESTAMP},
#{recStatus,jdbcType=TINYINT})
insert into t_pro_todo
id,
content,
project_id,
task_detail_id,
isFinish,
created_id,
send_id,
created_at,
updated_at,
rec_status,
#{id,jdbcType=BIGINT},
#{content,jdbcType=VARCHAR},
#{projectId,jdbcType=BIGINT},
#{taskDetailId,jdbcType=BIGINT},
#{isfinish,jdbcType=TINYINT},
#{createdId,jdbcType=BIGINT},
#{sendId,jdbcType=BIGINT},
#{createdAt,jdbcType=TIMESTAMP},
#{updatedAt,jdbcType=TIMESTAMP},
#{recStatus,jdbcType=TINYINT},
update t_pro_todo
id = #{record.id,jdbcType=BIGINT},
content = #{record.content,jdbcType=VARCHAR},
project_id = #{record.projectId,jdbcType=BIGINT},
task_detail_id = #{record.taskDetailId,jdbcType=BIGINT},
isFinish = #{record.isfinish,jdbcType=TINYINT},
created_id = #{record.createdId,jdbcType=BIGINT},
send_id = #{record.sendId,jdbcType=BIGINT},
created_at = #{record.createdAt,jdbcType=TIMESTAMP},
updated_at = #{record.updatedAt,jdbcType=TIMESTAMP},
rec_status = #{record.recStatus,jdbcType=TINYINT},
update t_pro_todo
set id = #{record.id,jdbcType=BIGINT},
content = #{record.content,jdbcType=VARCHAR},
project_id = #{record.projectId,jdbcType=BIGINT},
task_detail_id = #{record.taskDetailId,jdbcType=BIGINT},
isFinish = #{record.isfinish,jdbcType=TINYINT},
created_id = #{record.createdId,jdbcType=BIGINT},
send_id = #{record.sendId,jdbcType=BIGINT},
created_at = #{record.createdAt,jdbcType=TIMESTAMP},
updated_at = #{record.updatedAt,jdbcType=TIMESTAMP},
rec_status = #{record.recStatus,jdbcType=TINYINT}
update t_pro_todo
content = #{content,jdbcType=VARCHAR},
project_id = #{projectId,jdbcType=BIGINT},
task_detail_id = #{taskDetailId,jdbcType=BIGINT},
isFinish = #{isfinish,jdbcType=TINYINT},
created_id = #{createdId,jdbcType=BIGINT},
send_id = #{sendId,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_todo
set content = #{content,jdbcType=VARCHAR},
project_id = #{projectId,jdbcType=BIGINT},
task_detail_id = #{taskDetailId,jdbcType=BIGINT},
isFinish = #{isfinish,jdbcType=TINYINT},
created_id = #{createdId,jdbcType=BIGINT},
send_id = #{sendId,jdbcType=BIGINT},
created_at = #{createdAt,jdbcType=TIMESTAMP},
updated_at = #{updatedAt,jdbcType=TIMESTAMP},
rec_status = #{recStatus,jdbcType=TINYINT}
where id = #{id,jdbcType=BIGINT}