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

This commit is contained in:
牛叉闪闪
2024-08-29 14:06:57 +08:00

View File

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