From b8412b94d6154e55d76f44045ee7570d70b8b675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=86=E6=99=94?= Date: Tue, 12 Dec 2023 17:30:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A7=94=E5=A4=96=E6=A3=80=E9=AA=8C=E5=90=88?= =?UTF-8?q?=E6=A0=BC=E5=8D=95=E5=85=A5=E5=BA=93=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WMS-BS/NFine.Application/WMS/WMSCreateItemLotApp.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WMS-BS/NFine.Application/WMS/WMSCreateItemLotApp.cs b/WMS-BS/NFine.Application/WMS/WMSCreateItemLotApp.cs index 1df06c1..a8bac2a 100644 --- a/WMS-BS/NFine.Application/WMS/WMSCreateItemLotApp.cs +++ b/WMS-BS/NFine.Application/WMS/WMSCreateItemLotApp.cs @@ -3523,7 +3523,7 @@ CAST( (a.Quantity-ISNULL(c.LOTQTY,0)) as DECIMAL(18,{0})) as thisCreateQty,isnu else { log.Debug("过账返回值:" + result.Z_NULL + "过账返回信息:" + result.L_MESSAGE); - string updatesql = @"update ICSDeliveryNotice set RCVQuantity+=Convert(decimal(18,6),SAPSequence) + string updatesql = @"update ICSDeliveryNotice set RCVQuantity=Convert(decimal(18,6),Quantity) where DNCode='{0}' and WorkPoint='{1}'"; updatesql = string.Format(updatesql, dt.Rows[i]["DNCode"].ToString(), WorkPoint); SqlHelper.CmdExecuteNonQueryLi(updatesql.ToString());