@@ -455,7 +455,7 @@ public class LiveRoomServiceImpl extends ServiceImpl<LiveRoomDao, LiveRoom> impl
}
//修改房间状态
room.setLiveState(2);
- room.setRoomState(1);
+ // room.setRoomState(1);
this.updateById(room);
String speakerIdStr = room.getSpeakerId().toString();