From c7f6a15a17344e55f0c2349392501100ba2a206e Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 27 九月 2021 09:33:27 +0800 Subject: [PATCH] Merge branch 'WJC' into wxr7 --- HDL_ON/UI/UI2/3-Intelligence/Automation/InpOrOutLogicMethod.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/InpOrOutLogicMethod.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/InpOrOutLogicMethod.cs index 404eeb0..5173eb6 100644 --- a/HDL_ON/UI/UI2/3-Intelligence/Automation/InpOrOutLogicMethod.cs +++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/InpOrOutLogicMethod.cs @@ -270,6 +270,7 @@ switch (dic["key"]) { case "status": + case "people_status": { if (value == "true") { @@ -1787,6 +1788,7 @@ switch (dic["key"]) { case "status": + case "people_status": { if (value == "true") { -- Gitblit v1.8.0