wjc
2023-02-03 c484347d42f8c14f03f498e689069a14a45abc93
HDL_ON/UI/UI2/3-Intelligence/IntelligencePage.cs
@@ -401,6 +401,10 @@
                    {
                        foreach (var scene in listScene)
                        {
                            if (scene == null) {
                                //有空现象
                                continue;
                            }
                            if(scene.sceneType == SceneType.LightScene)
                            {
                                continue;