|
@@ -423,7 +423,7 @@ public class UserBalanceService {
|
|
|
.balance(userBalance.getBalance())
|
|
.balance(userBalance.getBalance())
|
|
|
.lastBalance(userBalance.getLastBalance())
|
|
.lastBalance(userBalance.getLastBalance())
|
|
|
.type(BalanceType.PAY)
|
|
.type(BalanceType.PAY)
|
|
|
- .amount(amount)
|
|
|
|
|
|
|
+ .amount(amount.negate())
|
|
|
.time(LocalDateTime.now())
|
|
.time(LocalDateTime.now())
|
|
|
.orderId(orderId)
|
|
.orderId(orderId)
|
|
|
.remark(remark)
|
|
.remark(remark)
|