mac před 2 roky
rodič
revize
8df90d301f

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