Merge remote-tracking branch 'origin/test' into dkxd2

This commit is contained in:
SongZhang 2024-08-27 09:12:11 +08:00
commit 6705689d34
1 changed files with 1 additions and 1 deletions

View File

@ -606,7 +606,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);