添加会员余额变动通知

This commit is contained in:
牛叉闪闪
2024-08-29 14:46:57 +08:00
parent 67671fcf6c
commit 7fb5322563
3 changed files with 27 additions and 3 deletions

View File

@@ -1204,6 +1204,7 @@ public class PayService {
flow.setAmount(memberIn.getAmount());
flow.setBalance(tbShopUser.getAmount());
flow.setCreateTime(new Date());
flow.setRemark(payOrderNO);
tbShopUserFlowMapper.insert(flow);
//会员活动
BigDecimal awardAmount= giveActivate(tbShopUser,memberIn.getAmount(),flow.getId());