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, user_id, balance, offset, type, phase, created_at, updated_at, rec_status
delete from t_sys_balance_log
where id = #{id,jdbcType=BIGINT}
delete from t_sys_balance_log
insert into t_sys_balance_log (id, user_id, balance,
offset, type, phase,
created_at, updated_at, rec_status
)
values (#{id,jdbcType=BIGINT}, #{userId,jdbcType=BIGINT}, #{balance,jdbcType=INTEGER},
#{offset,jdbcType=INTEGER}, #{type,jdbcType=INTEGER}, #{phase,jdbcType=VARCHAR},
#{createdAt,jdbcType=TIMESTAMP}, #{updatedAt,jdbcType=TIMESTAMP}, #{recStatus,jdbcType=TINYINT}
)
insert into t_sys_balance_log
id,
user_id,
balance,
offset,
type,
phase,
created_at,
updated_at,
rec_status,
#{id,jdbcType=BIGINT},
#{userId,jdbcType=BIGINT},
#{balance,jdbcType=INTEGER},
#{offset,jdbcType=INTEGER},
#{type,jdbcType=INTEGER},
#{phase,jdbcType=VARCHAR},
#{createdAt,jdbcType=TIMESTAMP},
#{updatedAt,jdbcType=TIMESTAMP},
#{recStatus,jdbcType=TINYINT},
update t_sys_balance_log
id = #{record.id,jdbcType=BIGINT},
user_id = #{record.userId,jdbcType=BIGINT},
balance = #{record.balance,jdbcType=INTEGER},
offset = #{record.offset,jdbcType=INTEGER},
type = #{record.type,jdbcType=INTEGER},
phase = #{record.phase,jdbcType=VARCHAR},
created_at = #{record.createdAt,jdbcType=TIMESTAMP},
updated_at = #{record.updatedAt,jdbcType=TIMESTAMP},
rec_status = #{record.recStatus,jdbcType=TINYINT},
update t_sys_balance_log
set id = #{record.id,jdbcType=BIGINT},
user_id = #{record.userId,jdbcType=BIGINT},
balance = #{record.balance,jdbcType=INTEGER},
offset = #{record.offset,jdbcType=INTEGER},
type = #{record.type,jdbcType=INTEGER},
phase = #{record.phase,jdbcType=VARCHAR},
created_at = #{record.createdAt,jdbcType=TIMESTAMP},
updated_at = #{record.updatedAt,jdbcType=TIMESTAMP},
rec_status = #{record.recStatus,jdbcType=TINYINT}
update t_sys_balance_log
user_id = #{userId,jdbcType=BIGINT},
balance = #{balance,jdbcType=INTEGER},
offset = #{offset,jdbcType=INTEGER},
type = #{type,jdbcType=INTEGER},
phase = #{phase,jdbcType=VARCHAR},
created_at = #{createdAt,jdbcType=TIMESTAMP},
updated_at = #{updatedAt,jdbcType=TIMESTAMP},
rec_status = #{recStatus,jdbcType=TINYINT},
where id = #{id,jdbcType=BIGINT}
update t_sys_balance_log
set user_id = #{userId,jdbcType=BIGINT},
balance = #{balance,jdbcType=INTEGER},
offset = #{offset,jdbcType=INTEGER},
type = #{type,jdbcType=INTEGER},
phase = #{phase,jdbcType=VARCHAR},
created_at = #{createdAt,jdbcType=TIMESTAMP},
updated_at = #{updatedAt,jdbcType=TIMESTAMP},
rec_status = #{recStatus,jdbcType=TINYINT}
where id = #{id,jdbcType=BIGINT}