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, is_final, name, description, sequence, check_status, is_upload,
is_input, created_at, updated_at, rec_status
delete from t_pro_task_deliver
where id = #{id,jdbcType=BIGINT}
delete from t_pro_task_deliver
insert into t_pro_task_deliver (id, task_detail_id, is_final,
name, description, sequence,
check_status, is_upload, is_input,
created_at, updated_at, rec_status
)
values (#{id,jdbcType=BIGINT}, #{taskDetailId,jdbcType=BIGINT}, #{isFinal,jdbcType=INTEGER},
#{name,jdbcType=VARCHAR}, #{description,jdbcType=VARCHAR}, #{sequence,jdbcType=INTEGER},
#{checkStatus,jdbcType=INTEGER}, #{isUpload,jdbcType=INTEGER}, #{isInput,jdbcType=INTEGER},
#{createdAt,jdbcType=TIMESTAMP}, #{updatedAt,jdbcType=TIMESTAMP}, #{recStatus,jdbcType=TINYINT}
)
insert into t_pro_task_deliver
id,
task_detail_id,
is_final,
name,
description,
sequence,
check_status,
is_upload,
is_input,
created_at,
updated_at,
rec_status,
#{id,jdbcType=BIGINT},
#{taskDetailId,jdbcType=BIGINT},
#{isFinal,jdbcType=INTEGER},
#{name,jdbcType=VARCHAR},
#{description,jdbcType=VARCHAR},
#{sequence,jdbcType=INTEGER},
#{checkStatus,jdbcType=INTEGER},
#{isUpload,jdbcType=INTEGER},
#{isInput,jdbcType=INTEGER},
#{createdAt,jdbcType=TIMESTAMP},
#{updatedAt,jdbcType=TIMESTAMP},
#{recStatus,jdbcType=TINYINT},
update t_pro_task_deliver
id = #{record.id,jdbcType=BIGINT},
task_detail_id = #{record.taskDetailId,jdbcType=BIGINT},
is_final = #{record.isFinal,jdbcType=INTEGER},
name = #{record.name,jdbcType=VARCHAR},
description = #{record.description,jdbcType=VARCHAR},
sequence = #{record.sequence,jdbcType=INTEGER},
check_status = #{record.checkStatus,jdbcType=INTEGER},
is_upload = #{record.isUpload,jdbcType=INTEGER},
is_input = #{record.isInput,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
set id = #{record.id,jdbcType=BIGINT},
task_detail_id = #{record.taskDetailId,jdbcType=BIGINT},
is_final = #{record.isFinal,jdbcType=INTEGER},
name = #{record.name,jdbcType=VARCHAR},
description = #{record.description,jdbcType=VARCHAR},
sequence = #{record.sequence,jdbcType=INTEGER},
check_status = #{record.checkStatus,jdbcType=INTEGER},
is_upload = #{record.isUpload,jdbcType=INTEGER},
is_input = #{record.isInput,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
task_detail_id = #{taskDetailId,jdbcType=BIGINT},
is_final = #{isFinal,jdbcType=INTEGER},
name = #{name,jdbcType=VARCHAR},
description = #{description,jdbcType=VARCHAR},
sequence = #{sequence,jdbcType=INTEGER},
check_status = #{checkStatus,jdbcType=INTEGER},
is_upload = #{isUpload,jdbcType=INTEGER},
is_input = #{isInput,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
set task_detail_id = #{taskDetailId,jdbcType=BIGINT},
is_final = #{isFinal,jdbcType=INTEGER},
name = #{name,jdbcType=VARCHAR},
description = #{description,jdbcType=VARCHAR},
sequence = #{sequence,jdbcType=INTEGER},
check_status = #{checkStatus,jdbcType=INTEGER},
is_upload = #{isUpload,jdbcType=INTEGER},
is_input = #{isInput,jdbcType=INTEGER},
created_at = #{createdAt,jdbcType=TIMESTAMP},
updated_at = #{updatedAt,jdbcType=TIMESTAMP},
rec_status = #{recStatus,jdbcType=TINYINT}
where id = #{id,jdbcType=BIGINT}