From 665d856f64601c3158886fcf34815e3739ddf385 Mon Sep 17 00:00:00 2001 From: lilili Date: Fri, 31 Mar 2023 10:28:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=94=80=E5=94=AE=E9=80=80?= =?UTF-8?q?=E8=B4=A7=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ICSSoft.DataProject/ICSSalesService.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSalesService.cs b/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSalesService.cs index d49edf0..f031201 100644 --- a/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSalesService.cs +++ b/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSalesService.cs @@ -182,11 +182,11 @@ namespace ICSSoft.DataProject RAISERROR('" + language.GetNameByCode("WMSAPIInfo081") + @"',16,1); RETURN END - ELSE IF (@Status!='2') - BEGIN - RAISERROR('" + language.GetNameByCode("WMSAPIInfo142") + @"',16,1); - RETURN - END + --ELSE IF (@Status!='2') + --BEGIN + -- RAISERROR('" + language.GetNameByCode("WMSAPIInfo142") + @"',16,1); + -- RETURN + --END UPDATE c SET SDNQuantity=ISNULL(SDNQuantity,0)+'{2}' FROM ICSInventoryLot a INNER JOIN ICSInventoryLotDetail b ON a.LotNo=b.LotNo AND a.WorkPoint=b.WorkPoint