|
@@ -157,6 +157,7 @@ public class RoomServiceImpl extends ServiceImpl<IRoomMapper, Room> implements I
|
|
}
|
|
}
|
|
if(StringUtils.isNotBlank(room.getRoomId())){
|
|
if(StringUtils.isNotBlank(room.getRoomId())){
|
|
room.setUpdateTime(null);
|
|
room.setUpdateTime(null);
|
|
|
|
+ room.setHostStatus(null);
|
|
Room byId = this.getById(room.getRoomId());
|
|
Room byId = this.getById(room.getRoomId());
|
|
if(!checkCanDel(byId)){
|
|
if(!checkCanDel(byId)){
|
|
throw new BusinessException(ResultCode.ROOM_ING);
|
|
throw new BusinessException(ResultCode.ROOM_ING);
|