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