添加会员变动与通知
This commit is contained in:
@@ -935,15 +935,6 @@ public class PayService {
|
|||||||
.set(TbShopTable::getStatus, TableStateEnum.IDLE.getState()));
|
.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);
|
return Result.success(CodeEnum.SUCCESS);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user