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("移库任务起点终点相同");