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

This commit is contained in:
SongZhang 2024-08-29 14:25:03 +08:00
commit 1dba8819b9
1 changed files with 2 additions and 2 deletions

View File

@ -583,7 +583,7 @@ public class PayService {
TbShopUserFlow flow = new TbShopUserFlow();
flow.setShopUserId(user.getId());
flow.setBizCode("accountPay");
flow.setBizName("会员储值卡支付");
flow.setBizName("余额支付");
flow.setType("-");
flow.setAmount(payAmount);
flow.setBalance(user.getAmount());
@ -708,7 +708,7 @@ public class PayService {
TbShopUserFlow flow = new TbShopUserFlow();
flow.setShopUserId(user.getId());
flow.setBizCode("accountPay");
flow.setBizName("会员储值卡支付");
flow.setBizName("余额支付");
flow.setType("-");
flow.setAmount(orderInfo.getOrderAmount());
flow.setBalance(user.getAmount());