|
@@ -480,7 +480,7 @@ public class RoomServiceImpl extends ServiceImpl<IRoomMapper, Room> implements I
|
|
|
if(room == null){
|
|
|
throw new BusinessException(ResultCode.ROOM_MISS);
|
|
|
}
|
|
|
- if(room.getPlatform().equals("4dkankan")){
|
|
|
+ if(!room.getPlatform().equals("fd")){
|
|
|
throw new BusinessException(ResultCode.ROOM_DISSOLVE_ERROR);
|
|
|
}
|
|
|
LambdaUpdateWrapper<Room> wrapper = new LambdaUpdateWrapper<>();
|