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, game_id, sequence, description, created_at, updated_at, rec_status
delete from t_game_prize_instructions
where id = #{id,jdbcType=BIGINT}
delete from t_game_prize_instructions
insert into t_game_prize_instructions (id, game_id, sequence,
description, created_at, updated_at,
rec_status)
values (#{id,jdbcType=BIGINT}, #{gameId,jdbcType=BIGINT}, #{sequence,jdbcType=INTEGER},
#{description,jdbcType=VARCHAR}, #{createdAt,jdbcType=TIMESTAMP}, #{updatedAt,jdbcType=TIMESTAMP},
#{recStatus,jdbcType=TINYINT})
insert into t_game_prize_instructions
id,
game_id,
sequence,
description,
created_at,
updated_at,
rec_status,
#{id,jdbcType=BIGINT},
#{gameId,jdbcType=BIGINT},
#{sequence,jdbcType=INTEGER},
#{description,jdbcType=VARCHAR},
#{createdAt,jdbcType=TIMESTAMP},
#{updatedAt,jdbcType=TIMESTAMP},
#{recStatus,jdbcType=TINYINT},
update t_game_prize_instructions
id = #{record.id,jdbcType=BIGINT},
game_id = #{record.gameId,jdbcType=BIGINT},
sequence = #{record.sequence,jdbcType=INTEGER},
description = #{record.description,jdbcType=VARCHAR},
created_at = #{record.createdAt,jdbcType=TIMESTAMP},
updated_at = #{record.updatedAt,jdbcType=TIMESTAMP},
rec_status = #{record.recStatus,jdbcType=TINYINT},
update t_game_prize_instructions
set id = #{record.id,jdbcType=BIGINT},
game_id = #{record.gameId,jdbcType=BIGINT},
sequence = #{record.sequence,jdbcType=INTEGER},
description = #{record.description,jdbcType=VARCHAR},
created_at = #{record.createdAt,jdbcType=TIMESTAMP},
updated_at = #{record.updatedAt,jdbcType=TIMESTAMP},
rec_status = #{record.recStatus,jdbcType=TINYINT}
update t_game_prize_instructions
game_id = #{gameId,jdbcType=BIGINT},
sequence = #{sequence,jdbcType=INTEGER},
description = #{description,jdbcType=VARCHAR},
created_at = #{createdAt,jdbcType=TIMESTAMP},
updated_at = #{updatedAt,jdbcType=TIMESTAMP},
rec_status = #{recStatus,jdbcType=TINYINT},
where id = #{id,jdbcType=BIGINT}
update t_game_prize_instructions
set game_id = #{gameId,jdbcType=BIGINT},
sequence = #{sequence,jdbcType=INTEGER},
description = #{description,jdbcType=VARCHAR},
created_at = #{createdAt,jdbcType=TIMESTAMP},
updated_at = #{updatedAt,jdbcType=TIMESTAMP},
rec_status = #{recStatus,jdbcType=TINYINT}
where id = #{id,jdbcType=BIGINT}