HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomEditPageBLL.cs
@@ -70,9 +70,9 @@ { foreach (var f in DB_ResidenceData.functionList.GetAllFunction()) { if (f.roomIds.Contains(room.uid)) if (f.roomIds.Contains(room.roomId)) { f.roomIds.Remove(room.uid); f.roomIds.Remove(room.roomId); } } SpatialInfo.CurrentSpatial.DelRoom(room);