2025/6/19 0:19:56 运费计算 sql_shipprice:SELECT distinct p.ForwarderByID,p.CountryId,PriceMethod,StartWeight,EndWeight,LoseEfficacyDate,TakeEfficacyDate,p.[Zone],pat.StartPostcode,pat.EndPostCode FROM ServiceCenter..ShipPrice_Postcode p join ServiceCenter..PostcodeAreaTable pat on pat.ForwarderByID=p.ForwarderByID and pat.[Zone]=p.[Zone] and pat.CountryId=p.CountryId WHERE p.Valid = 1 AND p.CountryId=43 and p.ForwarderByID in ('Z+SELF','US001+USUPS','Z+FSELF','US001+UPSMI','US001+OTGROUND','US001+USPS-B','US001+USDHL-L','US001+USDHL-B','US001+USFBAUPS','SX+USFEDEX','XYZG+FEDEXt','SX+FBA','XYZG+FBA','US001+USPSGA','US001+UPS2D','US001+DEUPSMI','XYZG+FEDEXE','US001+USUPSND','SX+USFEDEXDH','XYZG+FedExoversize','CYUS+FEDEX','US001+FEDEXDHUS','CYUS+FEDEXOS','US001+GCUSPSZT','US001+GCUPSZT','US001+GCFEDEXZT','SX+FHMYUSPSZT','SX+FHMYFEDEXZT','SX+FHMYUPSZT','XYZG+FEDEXQM','CYUS+FEDEXQM','XYZG+UPS','US001+USFEDEXDB') and ((LoseEfficacyDate is not null and LoseEfficacyDate<>'' and '2025-06-19 00:19:26'>=TakeEfficacyDate and '2025-06-19 00:19:26'<=LoseEfficacyDate) or ((LoseEfficacyDate is null or LoseEfficacyDate='') and '2025-06-19 00:19:26'>=TakeEfficacyDate)) 错误信息:System.Exception: SELECT distinct p.ForwarderByID,p.CountryId,PriceMethod,StartWeight,EndWeight,LoseEfficacyDate,TakeEfficacyDate,p.[Zone],pat.StartPostcode,pat.EndPostCode FROM ServiceCenter..ShipPrice_Postcode p join ServiceCenter..PostcodeAreaTable pat on pat.ForwarderByID=p.ForwarderByID and pat.[Zone]=p.[Zone] and pat.CountryId=p.CountryId WHERE p.Valid = 1 AND p.CountryId=43 and p.ForwarderByID in ('Z+SELF','US001+USUPS','Z+FSELF','US001+UPSMI','US001+OTGROUND','US001+USPS-B','US001+USDHL-L','US001+USDHL-B','US001+USFBAUPS','SX+USFEDEX','XYZG+FEDEXt','SX+FBA','XYZG+FBA','US001+USPSGA','US001+UPS2D','US001+DEUPSMI','XYZG+FEDEXE','US001+USUPSND','SX+USFEDEXDH','XYZG+FedExoversize','CYUS+FEDEX','US001+FEDEXDHUS','CYUS+FEDEXOS','US001+GCUSPSZT','US001+GCUPSZT','US001+GCFEDEXZT','SX+FHMYUSPSZT','SX+FHMYFEDEXZT','SX+FHMYUPSZT','XYZG+FEDEXQM','CYUS+FEDEXQM','XYZG+UPS','US001+USFEDEXDB') and ((LoseEfficacyDate is not null and LoseEfficacyDate<>'' and '2025-06-19 00:19:26'>=TakeEfficacyDate and '2025-06-19 00:19:26'<=LoseEfficacyDate) or ((LoseEfficacyDate is null or LoseEfficacyDate='') and '2025-06-19 00:19:26'>=TakeEfficacyDate))执行超时已过期。完成操作之前已超时或服务器未响应。 在 Vayava.Common.DBUtility.DbHelperSQL.Query(String SQLString) 在 Vayava.Erp.Dal.ShipVia.ShipViaNewService.GetShipPriceData(String calculationMethod, String countryId, String strWhere_shipprice) 位置 E:\Jenkins\.jenkins\workspace\OMS_Master_WebSite\src\Core\ERP\ERP.Service.DataAccess\Vayava.Erp.Dal\ShipVia\ShipViaNewService.cs:行号 1061