|
|
@ -268,7 +268,7 @@ public class AuditServiceImpl implements AuditService { |
|
|
// 7. 计算新余额 + 覆盖更新 |
|
|
// 7. 计算新余额 + 覆盖更新 |
|
|
BigDecimal newBalance = currentWallet.getCurrentPermanentGold().add(refundAmount); |
|
|
BigDecimal newBalance = currentWallet.getCurrentPermanentGold().add(refundAmount); |
|
|
currentWallet.setCurrentPermanentGold(newBalance); |
|
|
currentWallet.setCurrentPermanentGold(newBalance); |
|
|
walletService.updateUserGoldRecord(currentWallet); |
|
|
|
|
|
|
|
|
walletMapper.updateWallet(currentWallet); |
|
|
|
|
|
|
|
|
// 8. 扣减剩余待退金额 |
|
|
// 8. 扣减剩余待退金额 |
|
|
remainingRefund = remainingRefund.subtract(refundAmount); |
|
|
remainingRefund = remainingRefund.subtract(refundAmount); |
|
|
|