添加会员余额变动通知

This commit is contained in:
牛叉闪闪
2024-08-29 14:05:42 +08:00
parent 75a8e9362f
commit 941072171b

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());