From 22aa441f75affc5dd6c984bf4b04ff583cfeec8d Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期三, 15 十一月 2023 17:26:20 +0800
Subject: [PATCH] 2023年11月15日17:24:32
---
HDL_ON/UI/UI2/3-Intelligence/Automation/InpOrOutLogicMethod.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/InpOrOutLogicMethod.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/InpOrOutLogicMethod.cs
index d83d143..c5290f3 100644
--- a/HDL_ON/UI/UI2/3-Intelligence/Automation/InpOrOutLogicMethod.cs
+++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/InpOrOutLogicMethod.cs
@@ -1529,7 +1529,7 @@
if (!string.IsNullOrEmpty(volume))
{
- stateStr += Language.StringByID(StringId.yinliang) + "," + volume;
+ stateStr += "," + volume;
}
}
--
Gitblit v1.8.0