Merge remote-tracking branch 'origin/master' into dev
This commit is contained in:
commit
ed4da3954e
|
@ -391,6 +391,7 @@ public class TransactionBillServiceImpl implements TransactionBillService {
|
||||||
bill.setChannelId(channel.getChannelId());
|
bill.setChannelId(channel.getChannelId());
|
||||||
bill.setWithdrawType(WithdrawType.ONLINE.getType());
|
bill.setWithdrawType(WithdrawType.ONLINE.getType());
|
||||||
bill.setChannelCost(channel.getCostRate().multiply(bill.getMoney()).divide(new BigDecimal(100), 2, RoundingMode.HALF_UP)); // 渠道成本
|
bill.setChannelCost(channel.getCostRate().multiply(bill.getMoney()).divide(new BigDecimal(100), 2, RoundingMode.HALF_UP)); // 渠道成本
|
||||||
|
bill.setAfterBalance(user.getBalance().subtract(dto.getMoney())); // 剩余金额
|
||||||
|
|
||||||
transactionTemplate.execute(status -> {
|
transactionTemplate.execute(status -> {
|
||||||
// 减少余额后的用户信息
|
// 减少余额后的用户信息
|
||||||
|
|
Loading…
Reference in New Issue
Block a user