|
|
@@ -4,8 +4,8 @@
|
|
|
|
|
|
|
|
|
<insert id="addAmountLog">
|
|
|
- insert into AmountRecordNew (UserId, ChangeTypeId, ShowType, Remark, UseAmount, AfterValidForGetAmount, UseValidForGetAmount, OperateType, CreateDate)
|
|
|
- values (#{amountLog.userId}, #{amountLog.changeType}, 11, #{amountLog.remark}, #{amountLog.amount},#{param.withdrawalAmount},#{amountLog.amount}, 2, NOW())
|
|
|
+ insert into AmountRecordNew (UserId, ChangeTypeId, ShowType, Remark, UseAmount, AfterValidForGetAmount, UseValidForGetAmount, BeforeAmount, AfterAmount, OperateType, CreateDate)
|
|
|
+ values (#{amountLog.userId}, #{amountLog.changeType}, 11, #{amountLog.remark}, #{amountLog.amount},#{param.withdrawalAmount},#{param.beforeAmount}, #{param.afterAmount},#{amountLog.amount}, 2, NOW())
|
|
|
</insert>
|
|
|
|
|
|
|