Răsfoiți Sursa

修复欠款日志字段显示异常

mac 2 ani în urmă
părinte
comite
ae602e423e

+ 1 - 1
kxs-user/kxs-user-biz/src/main/resources/mapper/KxsOpMapper.xml

@@ -5,7 +5,7 @@
 
     <insert id="addAmountLog">
         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},#{amountLog.beforeAmount}, #{amountLog.afterAmount},#{amountLog.amount}, 2, NOW())
+        values (#{amountLog.userId},  #{amountLog.changeType}, 11, #{amountLog.remark}, #{amountLog.amount},#{param.withdrawalAmount},#{amountLog.useWithdrawalAmount}, #{amountLog.beforeAmount}, #{amountLog.afterAmount},2, NOW())
     </insert>