From 5d84c3e739f8909d9e9f2a10c97684d5a7c2cca4 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期二, 19 九月 2023 09:30:52 +0800
Subject: [PATCH] 全视通可视对讲修改

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

diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs
index 606c5b1..e088e95 100644
--- a/HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs
+++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs
@@ -3,7 +3,7 @@
 using System.Collections.Generic;
 using HDL_ON.Entity;
 using HDL_ON.UI.UI2.FuntionControlView.VideoDoorLock;
-using Com.Alibaba.Fastjson;
+using Newtonsoft.Json;
 
 namespace HDL_ON.UI.UI2.Intelligence.Automation
 {
@@ -1321,7 +1321,9 @@
                                     tag += "_";
                                     array[i] = face.userName;
                                 }
-                                seleTxet= JSON.ToJSONString(array);
+                                string jsonString = JsonConvert.SerializeObject(array).ToString();
+
+
                                 //鏁版嵁灏佽<楂樿儨璇磋悿鐭抽偅杈规槸鎺ㄩ�佺敤鎴峰悕>
                                 AddDictionary("open_user",seleTxet, "string", "[]"); 
                                 //鐣岄潰鏄剧ず閫変腑鍊�

--
Gitblit v1.8.0