From 96e9ff2e5a54f54cdbb6b8b2f049fdf6a837de3c Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期三, 23 八月 2023 14:28:22 +0800
Subject: [PATCH] 备份1

---
 OnPro/HDL_ON/UI/UI2/3-Intelligence/Automation/Send.cs |   24 ------------------------
 1 files changed, 0 insertions(+), 24 deletions(-)

diff --git a/OnPro/HDL_ON/UI/UI2/3-Intelligence/Automation/Send.cs b/OnPro/HDL_ON/UI/UI2/3-Intelligence/Automation/Send.cs
index 7274673..97832be 100644
--- a/OnPro/HDL_ON/UI/UI2/3-Intelligence/Automation/Send.cs
+++ b/OnPro/HDL_ON/UI/UI2/3-Intelligence/Automation/Send.cs
@@ -503,30 +503,6 @@
 
         }
 
-        /// <summary> 
-        ///  鑾峰彇闂ㄩ攣鐢ㄦ埛鍒楄〃(钀ょ煶瑙嗛闂ㄩ攣)
-        /// </summary>
-        /// <param name="deviceId">璁惧</param>
-        /// <returns></returns>
-        public List<Face> GetVideoDoorLockUserListInfo(Function device)
-        {
-            var userList = FuntionControlView.VideoDoorLock.VideDoorLockSend.Current.GetVideoDoorLockUserListInfo(device);
-            List<Face> faceIdList = new List<Face>();
-            for (int i = 0; i < userList.Count; i++)
-            {
-                Face face = new Face();
-                var user = userList[i];
-                face.userId = user.extUserId;
-                face.userName = user.extUserName;
-                faceIdList.Add(face);
-            }
-            VideoDoorLockUserListInfo.Clear();
-            VideoDoorLockUserListInfo.AddRange(faceIdList);
-            return faceIdList;
-        }
-
-      
-
         /// <summary>
         ///璇锋眰鏈嶅姟鍣紙涓庝綇瀹呮湁鍏�:渚嬪锛沨omeId锛� 
         /// </summary>

--
Gitblit v1.8.0