2025/11/17 11:29:32 运费计算 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','XYZG+FEDEXt','XYZG+FBA','XYZG+FEDEXE','XYZG+FedExoversize','R+FEDEX','XYZG+FEDEXQM','R+FEDEXQM','R+FEDEXOS','R+KAPAI','R+FEDEXBZ') and ((LoseEfficacyDate is not null and LoseEfficacyDate<>'' and '2025-11-17 11:29:01'>=TakeEfficacyDate and '2025-11-17 11:29:01'<=LoseEfficacyDate) or ((LoseEfficacyDate is null or LoseEfficacyDate='') and '2025-11-17 11:29:01'>=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','XYZG+FEDEXt','XYZG+FBA','XYZG+FEDEXE','XYZG+FedExoversize','R+FEDEX','XYZG+FEDEXQM','R+FEDEXQM','R+FEDEXOS','R+KAPAI','R+FEDEXBZ') and ((LoseEfficacyDate is not null and LoseEfficacyDate<>'' and '2025-11-17 11:29:01'>=TakeEfficacyDate and '2025-11-17 11:29:01'<=LoseEfficacyDate) or ((LoseEfficacyDate is null or LoseEfficacyDate='') and '2025-11-17 11:29:01'>=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:行号 1097