From f46be160caed45c67e8980173d29ed48d525a4d3 Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期二, 28 三月 2023 14:49:52 +0800
Subject: [PATCH] 2023年03月28日14:49:50

---
 HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs
index 6ad66c0..4a885bc 100644
--- a/HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs
+++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs
@@ -1115,19 +1115,19 @@
                 try
                 {
                     var userList =FuntionControlView.VideoDoorLock.VideDoorLockSend.Current.GetVideoDoorLockUserListInfo(device);
-                    List<string> userIdList = new List<string>();
+                    List<string> userNameList = new List<string>();
                     for (int i = 0; i < userList.Count; i++)
                     {
                         var user = userList[i];
-                        userIdList.Add(user.extUserId);
+                        userNameList.Add(user.extUserName);
                     }
                     Application.RunOnMainThread(() =>
                     {
                         loading.Hide();
                         PublicInterface publicInterface = new PublicInterface();//鐢ㄦ埛鐣岄潰
-                        publicInterface.FrameOrVv(this, userIdList, new List<string> { btnState.Text }, device.name, (index) =>
+                        publicInterface.FrameOrVv(this, userNameList, new List<string> { btnState.Text }, device.name, (index) =>
                         {
-                            var userId = userIdList[index];
+                            var userId = userNameList[index];
                             //鐣岄潰鏄剧ず閫変腑鍊�
                             btnState.Text = userId;
                             //鏁版嵁灏佽

--
Gitblit v1.8.0