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, name, type, nickname, task_detail_id, user_id, mount_time, created_at, updated_at,
rec_status
delete from t_pro_task_hardware
where id = #{id,jdbcType=BIGINT}
delete from t_pro_task_hardware
insert into t_pro_task_hardware (id, name, type,
nickname, task_detail_id, user_id,
mount_time, created_at, updated_at,
rec_status)
values (#{id,jdbcType=BIGINT}, #{name,jdbcType=VARCHAR}, #{type,jdbcType=INTEGER},
#{nickname,jdbcType=VARCHAR}, #{taskDetailId,jdbcType=BIGINT}, #{userId,jdbcType=BIGINT},
#{mountTime,jdbcType=BIGINT}, #{createdAt,jdbcType=TIMESTAMP}, #{updatedAt,jdbcType=TIMESTAMP},
#{recStatus,jdbcType=TINYINT})
insert into t_pro_task_hardware
id,
name,
type,
nickname,
task_detail_id,
user_id,
mount_time,
created_at,
updated_at,
rec_status,
#{id,jdbcType=BIGINT},
#{name,jdbcType=VARCHAR},
#{type,jdbcType=INTEGER},
#{nickname,jdbcType=VARCHAR},
#{taskDetailId,jdbcType=BIGINT},
#{userId,jdbcType=BIGINT},
#{mountTime,jdbcType=BIGINT},
#{createdAt,jdbcType=TIMESTAMP},
#{updatedAt,jdbcType=TIMESTAMP},
#{recStatus,jdbcType=TINYINT},
update t_pro_task_hardware
id = #{record.id,jdbcType=BIGINT},
name = #{record.name,jdbcType=VARCHAR},
type = #{record.type,jdbcType=INTEGER},
nickname = #{record.nickname,jdbcType=VARCHAR},
task_detail_id = #{record.taskDetailId,jdbcType=BIGINT},
user_id = #{record.userId,jdbcType=BIGINT},
mount_time = #{record.mountTime,jdbcType=BIGINT},
created_at = #{record.createdAt,jdbcType=TIMESTAMP},
updated_at = #{record.updatedAt,jdbcType=TIMESTAMP},
rec_status = #{record.recStatus,jdbcType=TINYINT},
update t_pro_task_hardware
set id = #{record.id,jdbcType=BIGINT},
name = #{record.name,jdbcType=VARCHAR},
type = #{record.type,jdbcType=INTEGER},
nickname = #{record.nickname,jdbcType=VARCHAR},
task_detail_id = #{record.taskDetailId,jdbcType=BIGINT},
user_id = #{record.userId,jdbcType=BIGINT},
mount_time = #{record.mountTime,jdbcType=BIGINT},
created_at = #{record.createdAt,jdbcType=TIMESTAMP},
updated_at = #{record.updatedAt,jdbcType=TIMESTAMP},
rec_status = #{record.recStatus,jdbcType=TINYINT}
update t_pro_task_hardware
name = #{name,jdbcType=VARCHAR},
type = #{type,jdbcType=INTEGER},
nickname = #{nickname,jdbcType=VARCHAR},
task_detail_id = #{taskDetailId,jdbcType=BIGINT},
user_id = #{userId,jdbcType=BIGINT},
mount_time = #{mountTime,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_task_hardware
set name = #{name,jdbcType=VARCHAR},
type = #{type,jdbcType=INTEGER},
nickname = #{nickname,jdbcType=VARCHAR},
task_detail_id = #{taskDetailId,jdbcType=BIGINT},
user_id = #{userId,jdbcType=BIGINT},
mount_time = #{mountTime,jdbcType=BIGINT},
created_at = #{createdAt,jdbcType=TIMESTAMP},
updated_at = #{updatedAt,jdbcType=TIMESTAMP},
rec_status = #{recStatus,jdbcType=TINYINT}
where id = #{id,jdbcType=BIGINT}