From 190cd34a41ed483ed0bc59a0a3162571097acd07 Mon Sep 17 00:00:00 2001 From: "ruoxing.wang" <88384874@qq.com> Date: Fri, 20 Jun 2025 17:27:47 +0800 Subject: [PATCH] =?UTF-8?q?-9999=20=E9=87=8D=E6=96=B0=E5=8A=A0=E4=B8=8A?= =?UTF-8?q?=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebService/Function.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/WebService/Function.cs b/WebService/Function.cs index a3db1f2..23b28ed 100644 --- a/WebService/Function.cs +++ b/WebService/Function.cs @@ -982,12 +982,12 @@ namespace Webservice wmsM.BarCode = barcode; wmsM.WmsBarCode = ""; - string lucodenew = lu_code; - if(lu_code.EndsWith("-9999")) - { - lucodenew = lu_code.Replace("-9999", ""); - } - wmsM.LU_Code = lucodenew; + //string lucodenew = lu_code; + //if(lu_code.EndsWith("-9999")) + //{ + // lucodenew = lu_code.Replace("-9999", ""); + //} + wmsM.LU_Code = lu_code; wmsM.Batch = batchNo; wmsM.Q_level = ""; wmsM.CreationTime = DateTime.Now;