id, cardId, money, amount, gift, afterRecharge, paymentId, remarks, `operator`, operateDt
delete from se_recharge
where id = #{id,jdbcType=BIGINT}
insert into se_recharge (cardId, money, amount,
gift, afterRecharge, paymentId,
remarks, `operator`, operateDt
)
values (#{cardid,jdbcType=BIGINT}, #{money,jdbcType=FLOAT}, #{amount,jdbcType=FLOAT},
#{gift,jdbcType=FLOAT}, #{afterrecharge,jdbcType=FLOAT}, #{paymentid,jdbcType=BIGINT},
#{remarks,jdbcType=VARCHAR}, #{operator,jdbcType=BIGINT}, #{operatedt,jdbcType=TIMESTAMP}
)
insert into se_recharge
cardId,
money,
amount,
gift,
afterRecharge,
paymentId,
remarks,
`operator`,
operateDt,
#{cardid,jdbcType=BIGINT},
#{money,jdbcType=FLOAT},
#{amount,jdbcType=FLOAT},
#{gift,jdbcType=FLOAT},
#{afterrecharge,jdbcType=FLOAT},
#{paymentid,jdbcType=BIGINT},
#{remarks,jdbcType=VARCHAR},
#{operator,jdbcType=BIGINT},
#{operatedt,jdbcType=TIMESTAMP},
update se_recharge
cardId = #{cardid,jdbcType=BIGINT},
money = #{money,jdbcType=FLOAT},
amount = #{amount,jdbcType=FLOAT},
gift = #{gift,jdbcType=FLOAT},
afterRecharge = #{afterrecharge,jdbcType=FLOAT},
paymentId = #{paymentid,jdbcType=BIGINT},
remarks = #{remarks,jdbcType=VARCHAR},
`operator` = #{operator,jdbcType=BIGINT},
operateDt = #{operatedt,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=BIGINT}
update se_recharge
set cardId = #{cardid,jdbcType=BIGINT},
money = #{money,jdbcType=FLOAT},
amount = #{amount,jdbcType=FLOAT},
gift = #{gift,jdbcType=FLOAT},
afterRecharge = #{afterrecharge,jdbcType=FLOAT},
paymentId = #{paymentid,jdbcType=BIGINT},
remarks = #{remarks,jdbcType=VARCHAR},
`operator` = #{operator,jdbcType=BIGINT},
operateDt = #{operatedt,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=BIGINT}