From ebc57cea754ed64d523e160cd67862935810f908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=97=E9=93=AD=20=E5=90=95?= <896951544@qq.com> Date: Thu, 15 May 2025 14:36:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E7=A7=BB=E5=BA=93=E5=90=8C?= =?UTF-8?q?=E5=B1=82=E7=9A=84=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webapi/WindowsFormsApp1/APIChannel.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webapi/WindowsFormsApp1/APIChannel.cs b/webapi/WindowsFormsApp1/APIChannel.cs index f6b9e8b..c26ac7b 100644 --- a/webapi/WindowsFormsApp1/APIChannel.cs +++ b/webapi/WindowsFormsApp1/APIChannel.cs @@ -850,10 +850,10 @@ namespace WindowsFormsApp1 } //移库任务如果不同层,校验不要移 存疑 - if (startdevice.Substring(6, 2) != enddevice.Substring(6, 2)) - { - error_code.Append(";").Append("移库任务起点终点层值不同"); - } + //if (startdevice.Substring(6, 2) != enddevice.Substring(6, 2)) + //{ + // error_code.Append(";").Append("移库任务起点终点层值不同"); + //} if (startdevice == enddevice) { error_code.Append(";").Append("移库任务起点终点相同");