From e03ec0580564467bcbd40b6fff2b87a953d383d1 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期四, 28 五月 2020 17:39:49 +0800
Subject: [PATCH] 2020-05-28-2

---
 ZigbeeApp/Shared/Phone/Device/Logic/SkipView.cs |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Device/Logic/SkipView.cs b/ZigbeeApp/Shared/Phone/Device/Logic/SkipView.cs
index fc1aed0..1c7f1b2 100644
--- a/ZigbeeApp/Shared/Phone/Device/Logic/SkipView.cs
+++ b/ZigbeeApp/Shared/Phone/Device/Logic/SkipView.cs
@@ -63,8 +63,6 @@
             }
 
         }
-
-       
         #region 鈼� 鑷姩鍖朹_________________________
         /// <summary>
         /// 鑷姩鍖栧姛鑳戒唬鐮佸叆鍙�
@@ -762,6 +760,7 @@
         /// </summary>
         public static async System.Threading.Tasks.Task<int> Exist(int valueInt, ZigBee.Device.DoorLock doorLock)
         {
+            
             int exist = 0;
             var IdList = await Send.GetLogicId(valueInt);
             if (IdList.Count != 0)

--
Gitblit v1.8.0