2025/5/8 10:00:00 获取产品信息出错: select t.BrandId,t.ProductTypes,t.PTAssociatedValue,t.WLEmbargoType,p.SKU,dt.Name,dt.Code,t.State,t.ProductCName,w.InventoryRemainQty,w.InPurchases,w.WaitCheckQty,w.WaitOnShelfQty,w.OrderRequireQty,t.GrossWeight,p.SettlementPrice,tb.Declare_CName,tb.Declare_EName,t.HSCode from PDSYS..tProduct t with(nolock) left join PDSYS..tProduct_Boutique tb with(nolock) on t.ProductId = tb.productid join PDSYS..Fin_SettlementPrice p with(nolock) on t.ProductId = p.SKU join ServiceCenter..Depot dt with(nolock) on dt.Code=p.DepartureNO left join PDSYS..WMSInventory w with(nolock) on w.SKU = p.SKU and w.DepartureNo = p.DepartureNO where p.SKU = @sku and p.DepartureNO = @departure,参数:【sku:864772,departure:ZFNLGRL】,错误:System.Exception: 在向服务器发送请求时发生传输级错误。 (provider: TCP Provider, error: 0 - 远程主机强迫关闭了一个现有的连接。) 在 Vayava.Common.DBUtility.DbHelperSQL.Query(String SQLString, SqlParameter[] cmdParms) 位置 E:\Jenkins\.jenkins\workspace\OMS_Master_WebSite\src\Core\Common\Vayava.Common\DBUtility\DbHelperSQL.cs:行号 829 在 Vayava.Erp.Dal.Product.ProductService.GetProductInfo(String sku, String departure) 位置 E:\Jenkins\.jenkins\workspace\OMS_Master_WebSite\src\Core\ERP\ERP.Service.DataAccess\Vayava.Erp.Dal\Product\ProductService.cs:行号 9585