From e089d7eb80bf4d6f8442500b691924ccc83a1a49 Mon Sep 17 00:00:00 2001
From: wxw <Administrator@DESKTOP-5BIMHQ3>
Date: 星期四, 26 九月 2024 11:05:40 +0800
Subject: [PATCH] 修改演示模式开关功能

---
 Admin.NET/WCS.Application/PLC/PLCUtil.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Admin.NET/WCS.Application/PLC/PLCUtil.cs b/Admin.NET/WCS.Application/PLC/PLCUtil.cs
index 794a66c..0421e04 100644
--- a/Admin.NET/WCS.Application/PLC/PLCUtil.cs
+++ b/Admin.NET/WCS.Application/PLC/PLCUtil.cs
@@ -223,7 +223,7 @@
             address = DbNumber + "." + Pos;
         else
             address = DbNumber + Pos;
-        return this.SetPlcDBValue(PosType, address, Pos, Value);
+        return this.SetPlcDBValue(PosType, address, Value);
     }
     /// <summary>
     /// 鍐欏叆PLC鍊�

--
Gitblit v1.8.0