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_sub_time_id, member_id, complated_status, real_finish_time, created_at,
updated_at, rec_status
delete from t_pro_sub_time_member
where id = #{id,jdbcType=BIGINT}
delete from t_pro_sub_time_member
insert into t_pro_sub_time_member (id, task_sub_time_id, member_id,
complated_status, real_finish_time, created_at,
updated_at, rec_status)
values (#{id,jdbcType=BIGINT}, #{taskSubTimeId,jdbcType=BIGINT}, #{memberId,jdbcType=BIGINT},
#{complatedStatus,jdbcType=INTEGER}, #{realFinishTime,jdbcType=BIGINT}, #{createdAt,jdbcType=TIMESTAMP},
#{updatedAt,jdbcType=TIMESTAMP}, #{recStatus,jdbcType=TINYINT})
insert into t_pro_sub_time_member
id,
task_sub_time_id,
member_id,
complated_status,
real_finish_time,
created_at,
updated_at,
rec_status,
#{id,jdbcType=BIGINT},
#{taskSubTimeId,jdbcType=BIGINT},
#{memberId,jdbcType=BIGINT},
#{complatedStatus,jdbcType=INTEGER},
#{realFinishTime,jdbcType=BIGINT},
#{createdAt,jdbcType=TIMESTAMP},
#{updatedAt,jdbcType=TIMESTAMP},
#{recStatus,jdbcType=TINYINT},
update t_pro_sub_time_member
id = #{record.id,jdbcType=BIGINT},
task_sub_time_id = #{record.taskSubTimeId,jdbcType=BIGINT},
member_id = #{record.memberId,jdbcType=BIGINT},
complated_status = #{record.complatedStatus,jdbcType=INTEGER},
real_finish_time = #{record.realFinishTime,jdbcType=BIGINT},
created_at = #{record.createdAt,jdbcType=TIMESTAMP},
updated_at = #{record.updatedAt,jdbcType=TIMESTAMP},
rec_status = #{record.recStatus,jdbcType=TINYINT},
update t_pro_sub_time_member
set id = #{record.id,jdbcType=BIGINT},
task_sub_time_id = #{record.taskSubTimeId,jdbcType=BIGINT},
member_id = #{record.memberId,jdbcType=BIGINT},
complated_status = #{record.complatedStatus,jdbcType=INTEGER},
real_finish_time = #{record.realFinishTime,jdbcType=BIGINT},
created_at = #{record.createdAt,jdbcType=TIMESTAMP},
updated_at = #{record.updatedAt,jdbcType=TIMESTAMP},
rec_status = #{record.recStatus,jdbcType=TINYINT}
update t_pro_sub_time_member
task_sub_time_id = #{taskSubTimeId,jdbcType=BIGINT},
member_id = #{memberId,jdbcType=BIGINT},
complated_status = #{complatedStatus,jdbcType=INTEGER},
real_finish_time = #{realFinishTime,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_sub_time_member
set task_sub_time_id = #{taskSubTimeId,jdbcType=BIGINT},
member_id = #{memberId,jdbcType=BIGINT},
complated_status = #{complatedStatus,jdbcType=INTEGER},
real_finish_time = #{realFinishTime,jdbcType=BIGINT},
created_at = #{createdAt,jdbcType=TIMESTAMP},
updated_at = #{updatedAt,jdbcType=TIMESTAMP},
rec_status = #{recStatus,jdbcType=TINYINT}
where id = #{id,jdbcType=BIGINT}