修改支付逻辑

This commit is contained in:
牛叉闪闪 2024-08-27 09:11:14 +08:00
parent a1d0fa1a7f
commit 253e2f9c0b
1 changed files with 1 additions and 1 deletions

View File

@ -593,7 +593,7 @@ public class PayService {
flow.setBizCode("accountPay");
flow.setBizName("会员储值卡支付");
flow.setType("-");
flow.setAmount(orderInfo.getOrderAmount());
flow.setAmount(payAmount);
flow.setBalance(user.getAmount());
flow.setCreateTime(new Date());
tbShopUserFlowMapper.insert(flow);