添加会员变动与通知

This commit is contained in:
牛叉闪闪 2024-08-28 11:27:14 +08:00
parent acf7e71769
commit c82b340d30
1 changed files with 0 additions and 9 deletions

View File

@ -935,15 +935,6 @@ public class PayService {
.set(TbShopTable::getStatus, TableStateEnum.IDLE.getState()));
JSONObject baObj=new JSONObject();
baObj.put("userId",shopUser.getUserId());
baObj.put("shopId",shopUser.getShopId());
baObj.put("amount",orderInfo.getPayAmount());
baObj.put("balance",shopUser.getAmount());
baObj.put("type","消费");
baObj.put("time",userFlow.getCreateTime());
producer.balance(baObj.toString());
return Result.success(CodeEnum.SUCCESS);
}