소스 검색

Merge branch 'live_room_20220831'

liujunchi 4 년 전
부모
커밋
711ab6f3d6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      cooleshow-user/user-biz/src/main/java/com/yonge/cooleshow/biz/dal/service/impl/LiveRoomServiceImpl.java

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