添加会员变动与通知
This commit is contained in:
parent
acf7e71769
commit
c82b340d30
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue