JLChen
2020-12-03 11c4199c6015914b5de6d96fca3b478c0a852f9b
HDL_ON/UI/UI2/2-Classification/FunctionPage.cs
@@ -288,7 +288,7 @@
                            var showList = new List<Function>();
                            foreach (var sf in functionList)
                            {
                                if(sf.roomIdList.Contains(tempRoom.sid))
                                if(sf.roomIds.Contains(tempRoom.sid))
                                {
                                    showList.Add(sf);
                                }