Browse Source

Merge branch 'live_room_20220831'

liujunchi 3 years ago
parent
commit
711ab6f3d6

+ 1 - 1
cooleshow-user/user-biz/src/main/java/com/yonge/cooleshow/biz/dal/service/impl/LiveRoomServiceImpl.java

@@ -519,7 +519,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();