Commit a059699f by 吕明尚

修改新增会员问题

parent 97190479
......@@ -345,7 +345,7 @@ public class RedisTask {
if (extracted(o, sOrders, sOrder)) return;
//更改订单状态
sOrder.setStatus(OrderStatusEnum.USED.getCode());
addNewConsumer(sOrder);
// addNewConsumer(sOrder);
isOrderService.updateById(sOrder);
// 修改房间状态
SRoom room = roomService.getById(sOrder.getRoomId());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment