修改订单付款数据统计

This commit is contained in:
韩鹏辉 2024-05-30 11:19:35 +08:00
parent fc962e62b7
commit 0767efffcc
1 changed files with 2 additions and 2 deletions

View File

@ -1115,7 +1115,7 @@ public class PayService {
TbShopUserFlow flow=new TbShopUserFlow();
flow.setShopUserId(Integer.valueOf(tbShopUser.getId()));
flow.setBizCode("scanMemberIn");
flow.setBizName("会员扫码充值");
flow.setBizName("线上充值");
flow.setAmount(memberIn.getAmount());
flow.setBalance(tbShopUser.getAmount());
flow.setCreateTime(new Date());
@ -1141,7 +1141,7 @@ public class PayService {
flow=new TbShopUserFlow();
flow.setShopUserId(Integer.valueOf(tbShopUser.getId()));
flow.setBizCode("scanMemberAwardIn");
flow.setBizName("会员充值奖励");
flow.setBizName("充值活动奖励");
flow.setAmount(amount);
flow.setBalance(tbShopUser.getAmount());
flow.setCreateTime(new Date());