From f8343a2e765eefe10c8a0d6bdd6db65b0cf0321c Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期六, 06 五月 2023 15:33:30 +0800
Subject: [PATCH] 灯光延时

---
 HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs |    9 +++++----
 1 files changed, 5 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 ea5a613..8f4b4bc 100644
--- a/HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs
+++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs
@@ -623,7 +623,7 @@
                 case SPK.VideoDoorLock:
                     {
                         LogicView.FunTypeView view1 = new LogicView.FunTypeView();
-                        view1.btnText.TextID=StringId.yonghurenyuan;
+                        view1.btnText.TextID=StringId.kaimenrenyuan;
                         view1.btnText.Name = Language.StringByID(StringId.shipinmensuo);
                         fLayout.AddChidren(view1.FLayoutView());
                         view1.btnClick.MouseUpEventHandler += (sender, e) =>
@@ -1142,7 +1142,7 @@
                     {
 
                         loading.Hide();
-                        string stateValue = btnState.Tag == null ? "" : btnState.Tag.ToString();
+                        string stateValue = btnState.Text == null ? "" : btnState.Text.ToString();
                         PublicInterface publicInterface = new PublicInterface();
                         publicInterface.MultiSelectShow(this, faceIdList, device.name, stateValue, (indexeList) =>
                         {
@@ -1158,8 +1158,9 @@
                                         continue;
                                     }
                                     var face = faceIdList[indexe];
-                                    //鏁版嵁灏佽
-                                    AddDictionary("open_user", face.userId, "string");
+
+                                    //鏁版嵁灏佽<楂樿儨璇磋悿鐭抽偅杈规槸鎺ㄩ�佺敤鎴峰悕>
+                                    AddDictionary("open_user", face.userName, "string");
                                     s += face.userName;
                                     s += ",";
                                     tag += face.userId;

--
Gitblit v1.8.0