From d24b5a8436dffe478c40a6bec5b8c434b89e309d Mon Sep 17 00:00:00 2001 From: lenovo Date: Mon, 28 Apr 2025 08:45:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=BA=E5=BA=93=E5=88=B011019=E7=A9=BA?= =?UTF-8?q?=E6=89=98=E7=BC=93=E5=AD=98=E7=9A=84=E4=BB=BB=E5=8A=A1=E4=BC=98?= =?UTF-8?q?=E5=85=88=E7=BA=A7=E6=8F=90=E9=AB=98=E5=88=B09?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SiaSun.LMS.Implement/Manage/ManageBase.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SiaSun.LMS.Implement/Manage/ManageBase.cs b/SiaSun.LMS.Implement/Manage/ManageBase.cs index 97e038f..9f95d17 100644 --- a/SiaSun.LMS.Implement/Manage/ManageBase.cs +++ b/SiaSun.LMS.Implement/Manage/ManageBase.cs @@ -1110,6 +1110,10 @@ namespace SiaSun.LMS.Implement mIO_CONTROL.CONTROL_TASK_TYPE = CONTROL_TASK_TYPE; mIO_CONTROL.START_DEVICE_CODE = mSTART_CELL.CELL_CODE; mIO_CONTROL.END_DEVICE_CODE = mEND_CELL.CELL_CODE; + if (mEND_CELL.CELL_CODE == "11019") + { + mIO_CONTROL.CONTROL_TASK_LEVEL = "9"; + } mIO_CONTROL.CONTROL_BEGIN_TIME = SiaSun.LMS.Common.StringUtil.GetDateTime(); //单叉状态25 双叉状态0 string.IsNullOrEmpty(mMANAGE_MAIN.MANAGE_FORK) || !mMANAGE_MAIN.MANAGE_FORK.Equals("1") ? 0 : 25;