JLChen
2020-12-11 d616b67bd6ea95562af73a00bf0aab38eec935df
HDL_ON/UI/UI2/2-Classification/FunctionPage.cs
@@ -245,7 +245,7 @@
                List<Room> roomList = new List<Room>();
                roomList.Add(new Room() { uid = "", roomName = Language.StringByID(StringId.All) });
                roomList.Add(new Room() { roomName = Language.StringByID(StringId.All) });
                roomList.AddRange(DB_ResidenceData.residenceData.Rooms);
                foreach (var tempRoom in roomList)
                {
@@ -288,7 +288,7 @@
                            var showList = new List<Function>();
                            foreach (var sf in functionList)
                            {
                                if(sf.roomIds.Contains(tempRoom.uid))
                                if(sf.roomIds.Contains(tempRoom.roomId))
                                {
                                    showList.Add(sf);
                                }