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, start_time, end_time, sign_up_start_time, sign_up_end_time, compete_status,
created_at, updated_at, rec_status
delete from t_compete_time
where id = #{id,jdbcType=BIGINT}
delete from t_compete_time
insert into t_compete_time (id, name, type,
start_time, end_time, sign_up_start_time,
sign_up_end_time, compete_status, created_at,
updated_at, rec_status)
values (#{id,jdbcType=BIGINT}, #{name,jdbcType=VARCHAR}, #{type,jdbcType=TINYINT},
#{startTime,jdbcType=BIGINT}, #{endTime,jdbcType=BIGINT}, #{signUpStartTime,jdbcType=BIGINT},
#{signUpEndTime,jdbcType=BIGINT}, #{competeStatus,jdbcType=TINYINT}, #{createdAt,jdbcType=TIMESTAMP},
#{updatedAt,jdbcType=TIMESTAMP}, #{recStatus,jdbcType=TINYINT})
insert into t_compete_time
id,
name,
type,
start_time,
end_time,
sign_up_start_time,
sign_up_end_time,
compete_status,
created_at,
updated_at,
rec_status,
#{id,jdbcType=BIGINT},
#{name,jdbcType=VARCHAR},
#{type,jdbcType=TINYINT},
#{startTime,jdbcType=BIGINT},
#{endTime,jdbcType=BIGINT},
#{signUpStartTime,jdbcType=BIGINT},
#{signUpEndTime,jdbcType=BIGINT},
#{competeStatus,jdbcType=TINYINT},
#{createdAt,jdbcType=TIMESTAMP},
#{updatedAt,jdbcType=TIMESTAMP},
#{recStatus,jdbcType=TINYINT},
update t_compete_time
id = #{record.id,jdbcType=BIGINT},
name = #{record.name,jdbcType=VARCHAR},
type = #{record.type,jdbcType=TINYINT},
start_time = #{record.startTime,jdbcType=BIGINT},
end_time = #{record.endTime,jdbcType=BIGINT},
sign_up_start_time = #{record.signUpStartTime,jdbcType=BIGINT},
sign_up_end_time = #{record.signUpEndTime,jdbcType=BIGINT},
compete_status = #{record.competeStatus,jdbcType=TINYINT},
created_at = #{record.createdAt,jdbcType=TIMESTAMP},
updated_at = #{record.updatedAt,jdbcType=TIMESTAMP},
rec_status = #{record.recStatus,jdbcType=TINYINT},
update t_compete_time
set id = #{record.id,jdbcType=BIGINT},
name = #{record.name,jdbcType=VARCHAR},
type = #{record.type,jdbcType=TINYINT},
start_time = #{record.startTime,jdbcType=BIGINT},
end_time = #{record.endTime,jdbcType=BIGINT},
sign_up_start_time = #{record.signUpStartTime,jdbcType=BIGINT},
sign_up_end_time = #{record.signUpEndTime,jdbcType=BIGINT},
compete_status = #{record.competeStatus,jdbcType=TINYINT},
created_at = #{record.createdAt,jdbcType=TIMESTAMP},
updated_at = #{record.updatedAt,jdbcType=TIMESTAMP},
rec_status = #{record.recStatus,jdbcType=TINYINT}
update t_compete_time
name = #{name,jdbcType=VARCHAR},
type = #{type,jdbcType=TINYINT},
start_time = #{startTime,jdbcType=BIGINT},
end_time = #{endTime,jdbcType=BIGINT},
sign_up_start_time = #{signUpStartTime,jdbcType=BIGINT},
sign_up_end_time = #{signUpEndTime,jdbcType=BIGINT},
compete_status = #{competeStatus,jdbcType=TINYINT},
created_at = #{createdAt,jdbcType=TIMESTAMP},
updated_at = #{updatedAt,jdbcType=TIMESTAMP},
rec_status = #{recStatus,jdbcType=TINYINT},
where id = #{id,jdbcType=BIGINT}
update t_compete_time
set name = #{name,jdbcType=VARCHAR},
type = #{type,jdbcType=TINYINT},
start_time = #{startTime,jdbcType=BIGINT},
end_time = #{endTime,jdbcType=BIGINT},
sign_up_start_time = #{signUpStartTime,jdbcType=BIGINT},
sign_up_end_time = #{signUpEndTime,jdbcType=BIGINT},
compete_status = #{competeStatus,jdbcType=TINYINT},
created_at = #{createdAt,jdbcType=TIMESTAMP},
updated_at = #{updatedAt,jdbcType=TIMESTAMP},
rec_status = #{recStatus,jdbcType=TINYINT}
where id = #{id,jdbcType=BIGINT}