From e3ad42ffa2fa67c8f6cb4519ca626fa275c8947d Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期三, 02 十二月 2020 16:34:40 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/CJL-NEW'

---
 HDL_ON/UI/UI2/4-PersonalCenter/SearchDevice/VoicePanelScenePage.cs |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/SearchDevice/VoicePanelScenePage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/SearchDevice/VoicePanelScenePage.cs
index a10824a..36b5b9d 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/SearchDevice/VoicePanelScenePage.cs
+++ b/HDL_ON/UI/UI2/4-PersonalCenter/SearchDevice/VoicePanelScenePage.cs
@@ -151,15 +151,15 @@
 
             foreach (var function in DB_ResidenceData.functionList.scenes)
             {
-                var sbkScene = sbk_Devcie.number.Find((obj) => obj.sid == function.sid);
-                if (sbkScene != null)
-                {
-                    addedList.Add(function);
-                }
-                else
-                {
-                    notAddedList.Add(function);
-                }
+                //var sbkScene = sbk_Devcie.number.Find((obj) => obj.sid == function.sid);
+                //if (sbkScene != null)
+                //{
+                //    addedList.Add(function);
+                //}
+                //else
+                //{
+                //    notAddedList.Add(function);
+                //}
             }
             foreach (var ddd in sbk_Devcie.number)
             {

--
Gitblit v1.8.0