JLChen
2020-12-12 f2c1e5bf3a67478076fb5bbcf546824b3127db15
HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomEditPageBLL.cs
@@ -73,7 +73,7 @@
                        var delResult = SpatialInfo.CurrentSpatial.DelRoom(room);
                        if (delResult == StateCode.SUCCESS)
                        {
                            foreach (var f in DB_ResidenceData.functionList.GetAllFunction())
                            foreach (var f in FunctionList.List.GetDeviceFunctionList())
                            {
                                if (f.roomIds.Contains(room.roomId))
                                {