|
@@ -179,9 +179,9 @@ public class KxsTotalDebtServiceImpl extends ServiceImpl<KxsTotalDebtMapper, Kxs
|
|
|
kxsLeaderAmountLog.setUserId(kxsTotalDebt.getUserId());
|
|
kxsLeaderAmountLog.setUserId(kxsTotalDebt.getUserId());
|
|
|
kxsLeaderAmountLog.setRemark("预借款项还款");
|
|
kxsLeaderAmountLog.setRemark("预借款项还款");
|
|
|
kxsLeaderAmountLog.setBeforeWithdrawalAmount(NumberUtil.add(userAmount.getLeaderBalanceAmount(), leaderDeductAmount));
|
|
kxsLeaderAmountLog.setBeforeWithdrawalAmount(NumberUtil.add(userAmount.getLeaderBalanceAmount(), leaderDeductAmount));
|
|
|
- kxsLeaderAmountLog.setAfterWithdrawalMount(userAmount.getLeaderBalanceAmount());
|
|
|
|
|
|
|
+ kxsLeaderAmountLog.setAfterWithdrawalAmount(userAmount.getLeaderBalanceAmount());
|
|
|
kxsLeaderAmountLog.setAmount(leaderDeductAmount);
|
|
kxsLeaderAmountLog.setAmount(leaderDeductAmount);
|
|
|
- kxsLeaderAmountLog.setUseWithdrawalMount(leaderDeductAmount);
|
|
|
|
|
|
|
+ kxsLeaderAmountLog.setUseWithdrawalAmount(leaderDeductAmount);
|
|
|
kxsLeaderAmountLog.setKind(KindTypeEnum.SUB.getType());
|
|
kxsLeaderAmountLog.setKind(KindTypeEnum.SUB.getType());
|
|
|
kxsLeaderAmountLog.setVariationType(UserVariationTypeEnum.LEADER_WITHDRAW_BALANCE.getType());
|
|
kxsLeaderAmountLog.setVariationType(UserVariationTypeEnum.LEADER_WITHDRAW_BALANCE.getType());
|
|
|
kxsLeaderAmountLog.setChangeType(342);
|
|
kxsLeaderAmountLog.setChangeType(342);
|