2025/11/15 0:01:03 sql:INSERT INTO SinadealTradeDB..[tdCOMain]([COID],[PONo],[OrderDate],[ExpectDate],[Freight],[TotalPrice],[CurrencyCode],[InputUserID],[InputTime],[PARecordID],[OrderRemark],[COLevel],[COState],[SpecialFlag],[PrintFlag],[DissensionFlag],[CompleteFlag],[FormerlyOrder],[COType] ,[HaveMend],[CustomerID],[CCountry],[CProvince],[CCity],[CAddressLineOne],[CAddressLineTwo],[CPostalCode],[CContact],[Ctel],[CFax],[ShipVia],[Spec],[TransactionNumber],[MangoFlag],[MangoNumber],[StateTime],[Stock],[Itemtype],[TotalCost],[ShipCost],[TotalWeight],[WmsState],[FreightSide],[Name],RPayMethod,RAccount,CurrentRate,CanAutoDownLoad,BuyerId,TransactionID,Email,OrderSourceType,CurrencyShorts,CNYExchangeRate,LastModifier,LasModifyDate,OrderType,DropShopping,OrderConfirmMode,LocalTime,AllotType,VATNO,HouseNumber,IsVirtual,ShippingWHType,[OnLine],ContractNo,GoodsTotalSalesAmount,RelationPoNo,PlatformChargeRate,CompanyOperatingRates,AdjustThePriceOfGoods,AdjustTheShippingFee,HoldOn,SalesType,ShippingRemark,ApprovalStatus,ApprovalFlag,GrossProfit,GrossInterestRate,WarehouseAddressID,payment,NewCoustomerId,ApprovalLevel,Creator,StoreManager,RemoteFee,TaxOnAPI,FulfillmentChannel,MainOrderId,IsSubOrder)values(@COID,@PONo,@OrderDate,@ExpectDate,@Freight,@TotalPrice,@CurrencyCode,@InputUserID,@InputTime,@PARecordID,@OrderRemark,@COLevel,@COState,@SpecialFlag,@PrintFlag,@DissensionFlag,@CompleteFlag,@FormerlyOrder,@COType,@HaveMend,@CustomerID,@CCountry,@CProvince,@CCity,@CAddressLineOne,@CAddressLineTwo,@CPostalCode,@CContact,N'515799551',@CFax,@ShipVia,@Spec,@TransactionNumber,@MangoFlag,@MangoNumber,@StateTime,@Stock,@Itemtype,@TotalCost,@ShipCost,@TotalWeight,0,@FreightSide,N'DPD',@RPayMethod,@RAccount,@CurrentRate,@CanAutoDownLoad,@BuyerId,@TransactionID,@Email,@OrderSourceType,@CurrencyShorts,@CNYExchangeRate,@LastModifier,GETDATE(),@OrderType,@DropShopping,@OrderConfirmMode,@LocalTime,@AllotType,@VATNO,@HouseNumber,@IsVirtual,@ShippingWHType,@OnLine,@ContractNo,@GoodsTotalSalesAmount,@RelationPoNo,@PlatformChargeRate,@CompanyOperatingRates,@AdjustThePriceOfGoods,@AdjustTheShippingFee,@HoldOn,@SalesType,@ShippingRemark,@ApprovalStatus,@ApprovalFlag,@GrossProfit,@GrossInterestRate,@WarehouseAddressID,@payment,@NewCoustomerId,@ApprovalLevel,@Creator,@StoreManager,@RemoteFee,@TaxOnAPI,@FulfillmentChannel,@MainOrderId,@IsSubOrder) 错误信息:System.Data.SqlClient.SqlException (0x80131904): 不能在具有唯一索引“ix_PONo”的对象“dbo.tdCOMain”中插入重复键的行。重复键值为 (G19193472)。 语句已终止。 在 System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) 在 System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) 在 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) 在 System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) 在 System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) 在 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) 在 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) 在 System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) 在 System.Data.SqlClient.SqlCommand.ExecuteNonQuery() 在 Vayava.Erp.Dal.InputOrderService.ExecuteSqlTran(List`1 SQLStringList, IDictionary`2 Dict) ClientConnectionId:ec5d676e-887d-4288-943d-f06ac78ee388 Error Number:2601,State:1,Class:14 2025/11/15 13:51:14 sql:update SinadealTradeDB..FMS_Package set HoldOn=0 where Coids='F202511151903' and WmsState!=2 and WmsState!=5 错误信息:System.Data.SqlClient.SqlException (0x80131904): 执行超时已过期。完成操作之前已超时或服务器未响应。 操作已被用户取消。 ---> System.ComponentModel.Win32Exception (0x80004005): 等待的操作过时。 在 System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) 在 System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) 在 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) 在 System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) 在 System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) 在 System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) 在 System.Data.SqlClient.SqlCommand.ExecuteNonQuery() 在 Vayava.Erp.Dal.InputOrderService.ExecuteSqlTran(List`1 SQLStringList, IDictionary`2 Dict) ClientConnectionId:deab1d38-48fe-40d7-a466-69c0010a7e1f Error Number:-2,State:0,Class:11 2025/11/15 14:05:09 sql:update SinadealTradeDB..FMS_Package set HoldOn=0 where Coids='F202511151945' and WmsState!=2 and WmsState!=5 错误信息:System.Data.SqlClient.SqlException (0x80131904): 执行超时已过期。完成操作之前已超时或服务器未响应。 操作已被用户取消。 ---> System.ComponentModel.Win32Exception (0x80004005): 等待的操作过时。 在 System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) 在 System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) 在 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) 在 System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) 在 System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) 在 System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) 在 System.Data.SqlClient.SqlCommand.ExecuteNonQuery() 在 Vayava.Erp.Dal.InputOrderService.ExecuteSqlTran(List`1 SQLStringList, IDictionary`2 Dict) ClientConnectionId:572d31d3-d2ef-49ad-ac30-91c90c4a74dc Error Number:-2,State:0,Class:11 2025/11/15 14:06:13 sql:update SinadealTradeDB..FMS_Package set HoldOn=0 where Coids='F202511151947' and WmsState!=2 and WmsState!=5 错误信息:System.Data.SqlClient.SqlException (0x80131904): 执行超时已过期。完成操作之前已超时或服务器未响应。 操作已被用户取消。 ---> System.ComponentModel.Win32Exception (0x80004005): 等待的操作过时。 在 System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) 在 System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) 在 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) 在 System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) 在 System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) 在 System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) 在 System.Data.SqlClient.SqlCommand.ExecuteNonQuery() 在 Vayava.Erp.Dal.InputOrderService.ExecuteSqlTran(List`1 SQLStringList, IDictionary`2 Dict) ClientConnectionId:572d31d3-d2ef-49ad-ac30-91c90c4a74dc Error Number:-2,State:0,Class:11 2025/11/15 14:09:15 sql:update SinadealTradeDB..[tdCOMain] set [PONo]=@PONo,[Freight]=@Freight,[TotalPrice]=@TotalPrice,[CurrencyCode]=@CurrencyCode,[PARecordID]=@PARecordID,[OrderRemark]=@OrderRemark,[COLevel]=@COLevel,[SpecialFlag]=@SpecialFlag,[PrintFlag]=@PrintFlag,[DissensionFlag]=@DissensionFlag,[CompleteFlag]=@CompleteFlag,[FormerlyOrder]=@FormerlyOrder,[COType]=@COType,[HaveMend]=@HaveMend,[CustomerID]=@CustomerID,[CCountry]=@CCountry,[CProvince]=@CProvince,[CCity]=@CCity,[CAddressLineOne]=@CAddressLineOne,[CAddressLineTwo]=@CAddressLineTwo,[CPostalCode]=@CPostalCode,[CContact]=@CContact,[Ctel]=N'491786662878',[CFax]=@CFax,[ShipVia]=@ShipVia,[Spec]=@Spec,[TransactionNumber]=@TransactionNumber,[MangoFlag]=@MangoFlag,[MangoNumber]=@MangoNumber,[TotalCost]=@TotalCost,[ShipCost]=@ShipCost,[TotalWeight]=@TotalWeight,[StateTime]=@StateTime,[Stock]=@Stock,[Itemtype]=@Itemtype,FreightSide=@FreightSide,[Name]=N'',RPayMethod=@RPayMethod,RAccount=@RAccount,CurrentRate=@CurrentRate,CanAutoDownLoad=@CanAutoDownLoad,BuyerId=@BuyerId,TransactionID=@TransactionID,Email=@Email,OrderSourceType=@OrderSourceType,CurrencyShorts=@CurrencyShorts,CNYExchangeRate=@CNYExchangeRate,LastModifier=@LastModifier,LasModifyDate=GETDATE(),OrderType=@OrderType,DropShopping=@DropShopping,OrderConfirmMode=@OrderConfirmMode,AllotType=@AllotType,VATNO=@VATNO,HouseNumber=@HouseNumber,IsVirtual=@IsVirtual,ShippingWHType=@ShippingWHType,OnLine=@OnLine,ContractNo=@ContractNo,GoodsTotalSalesAmount=@GoodsTotalSalesAmount,RelationPoNo=@RelationPoNo,PlatformChargeRate=@PlatformChargeRate,CompanyOperatingRates=@CompanyOperatingRates,AdjustThePriceOfGoods=@AdjustThePriceOfGoods,AdjustTheShippingFee=@AdjustTheShippingFee,HoldOn=@HoldOn,SalesType=@SalesType,ShippingRemark=@ShippingRemark,ApprovalStatus=@ApprovalStatus,ApprovalFlag=@ApprovalFlag,GrossProfit=@GrossProfit,GrossInterestRate=@GrossInterestRate,WarehouseAddressID=@WarehouseAddressID where COID=@COID 错误信息:System.Data.SqlClient.SqlException (0x80131904): 执行超时已过期。完成操作之前已超时或服务器未响应。 操作已被用户取消。 ---> System.ComponentModel.Win32Exception (0x80004005): 等待的操作过时。 在 System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) 在 System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) 在 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) 在 System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) 在 System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) 在 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) 在 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) 在 System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) 在 System.Data.SqlClient.SqlCommand.ExecuteNonQuery() 在 Vayava.Erp.Dal.InputOrderService.ExecuteSqlTran(List`1 SQLStringList, IDictionary`2 Dict) ClientConnectionId:572d31d3-d2ef-49ad-ac30-91c90c4a74dc Error Number:-2,State:0,Class:11 2025/11/15 18:00:24 sql:INSERT INTO SinadealTradeDB..[tdShipInfor]([SIID] ,[COID],[SINo],[MadeTime],[MadeUserID],[Freight],[Weight],[Length],[Width],[Height],[ShipVia],[SendTime],[SendUserID],[PrintFlag],[WaybillState],[SignTime],[SignUserID],[PayUserID],[PayTime] ,[PayMode],[PaySum],[PayFlag],[PayRemark],[ToCountry],[ToProvince],[ToCity],[ToAddressLineOne],[ToAddressLineTwo],[ToPostalCode],[Addressee],[AddresseeTel],[AddresseeFax],[ShipPrintFlag],[Forwarder],[Vouching],[FreightForwardingNo],HouseNumber)values(@SIID,@COID,@SINo,@MadeTime,@MadeUserID,@Freight,@Weight,@Length,@Width,@Height,@ShipVia,@SendTime,@SendUserID,@PrintFlag,@WaybillState,@SignTime,@SignUserID,@PayUserID,@PayTime,@PayMode,@PaySum,@PayFlag,@PayRemark,@ToCountry,@ToProvince,@ToCity,@ToAddressLineOne,@ToAddressLineTwo,@ToPostalCode,@Addressee,@AddresseeTel,@AddresseeFax,@ShipPrintFlag,@Forwarder,@Vouching,@FreightForwardingNo,@HouseNumber) SqlParameter:{"0":["@CustomerID","@CCountry","@CPostalCode","@CTel","@CMobile","@CLevel","@CName","@InputUserID","@Credibility","@Flag","@CContact","@CProvince","@CCity","@CAddressLineOne","@CAddressLineTwo","@CFax","@CEmail","@BuyerID","@HouseNumber"],"1":["@COID","@ApprovalLevel","@PONo","@OrderDate","@ExpectDate","@Freight","@TotalPrice","@CurrencyCode","@InputUserID","@InputTime","@PARecordID","@COLevel","@CContact","@CProvince","@COState","@SpecialFlag","@PrintFlag","@DissensionFlag","@CompleteFlag","@FormerlyOrder","@COType","@HaveMend","@CustomerID","@CCountry","@CPostalCode","@ShipVia","@Spec","@TransactionNumber","@MangoFlag","@MangoNumber","@StateTime","@Stock","@Itemtype","@TotalCost","@ShipCost","@TotalWeight","@CCity","@CAddressLineOne","@CAddressLineTwo","@CFax","@OrderRemark","@FreightSide","@RPayMethod","@RAccount","@CurrentRate","@CanAutoDownLoad","@BuyerId","@TransactionID","@Email","@OrderSourceType","@CurrencyShorts","@CNYExchangeRate","@LastModifier","@OrderType","@DropShopping","@OrderConfirmMode","@AllotType","@HouseNumber","@VATNO","@IsVirtual","@ShippingWHType","@OnLine","@ContractNo","@GoodsTotalSalesAmount","@RelationPoNo","@PlatformChargeRate","@CompanyOperatingRates","@AdjustThePriceOfGoods","@AdjustTheShippingFee","@HoldOn","@SalesType","@ShippingRemark","@ApprovalStatus","@ApprovalFlag","@GrossProfit","@GrossInterestRate","@WarehouseAddressID","@payment","@LocalTime","@NewCoustomerId","@Creator","@StoreManager","@RemoteFee","@TaxOnAPI","@FulfillmentChannel","@MainOrderId","@IsSubOrder"],"2":["@COSubID","@COID","@ProductCode","@ProductName","@Unit","@COQuantity","@Color","@UnitPrice","@TotalPrice","@COSTATE","@Remark","@ActualPrice","@IsGift","@ItemID","@MangoFlag","@DepartureNO","@Weight","@IsNewProduct","@IsVirtual","@AverageFreight","@AverageUnitPrice","@AverageAmountWithCount","@ShippedQuantity","@ShippingQuantity","@OriginalQuantity","@SalePrice","@SellerSKU"],"3":["@SIID","@COID","@SINo","@MadeTime","@MadeUserID","@Freight","@Weight","@Length","@Width","@Height","@PayFlag","@ShipVia","@SendTime","@SendUserID","@PrintFlag","@SignTime","@WaybillState","@SignUserID","@PayUserID","@PayMode","@PayTime","@PaySum","@PayRemark","@ToCountry","@ToProvince","@ToCity","@ToAddressLineOne","@ToAddressLineTwo","@ToPostalCode","@AddresseeTel","@Addressee","@AddresseeFax","@ShipPrintFlag","@Forwarder","@Vouching","@FreightForwardingNo","@HouseNumber"]} 错误信息:System.Data.SqlTypes.SqlTypeException: SqlDateTime 溢出。必须介于 1/1/1753 12:00:00 AM 和 12/31/9999 11:59:59 PM 之间。 在 System.Data.SqlClient.TdsParser.TdsExecuteRPC(SqlCommand cmd, _SqlRPC[] rpcArray, Int32 timeout, Boolean inSchema, SqlNotificationRequest notificationRequest, TdsParserStateObject stateObj, Boolean isCommandProc, Boolean sync, TaskCompletionSource`1 completion, Int32 startRpc, Int32 startParam) 在 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) 在 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) 在 System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) 在 System.Data.SqlClient.SqlCommand.ExecuteNonQuery() 在 Vayava.Erp.Dal.InputOrderService.ExecuteSqlTran(List`1 SQLStringList, IDictionary`2 Dict) 2025/11/15 18:00:24 sql:INSERT INTO SinadealTradeDB..[tdShipInfor]([SIID] ,[COID],[SINo],[MadeTime],[MadeUserID],[Freight],[Weight],[Length],[Width],[Height],[ShipVia],[SendTime],[SendUserID],[PrintFlag],[WaybillState],[SignTime],[SignUserID],[PayUserID],[PayTime] ,[PayMode],[PaySum],[PayFlag],[PayRemark],[ToCountry],[ToProvince],[ToCity],[ToAddressLineOne],[ToAddressLineTwo],[ToPostalCode],[Addressee],[AddresseeTel],[AddresseeFax],[ShipPrintFlag],[Forwarder],[Vouching],[FreightForwardingNo],HouseNumber)values(@SIID,@COID,@SINo,@MadeTime,@MadeUserID,@Freight,@Weight,@Length,@Width,@Height,@ShipVia,@SendTime,@SendUserID,@PrintFlag,@WaybillState,@SignTime,@SignUserID,@PayUserID,@PayTime,@PayMode,@PaySum,@PayFlag,@PayRemark,@ToCountry,@ToProvince,@ToCity,@ToAddressLineOne,@ToAddressLineTwo,@ToPostalCode,@Addressee,@AddresseeTel,@AddresseeFax,@ShipPrintFlag,@Forwarder,@Vouching,@FreightForwardingNo,@HouseNumber) 错误信息:System.Data.SqlTypes.SqlTypeException: SqlDateTime 溢出。必须介于 1/1/1753 12:00:00 AM 和 12/31/9999 11:59:59 PM 之间。 在 System.Data.SqlClient.TdsParser.TdsExecuteRPC(SqlCommand cmd, _SqlRPC[] rpcArray, Int32 timeout, Boolean inSchema, SqlNotificationRequest notificationRequest, TdsParserStateObject stateObj, Boolean isCommandProc, Boolean sync, TaskCompletionSource`1 completion, Int32 startRpc, Int32 startParam) 在 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) 在 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) 在 System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) 在 System.Data.SqlClient.SqlCommand.ExecuteNonQuery() 在 Vayava.Erp.Dal.InputOrderService.ExecuteSqlTran(List`1 SQLStringList, IDictionary`2 Dict) 2025/11/15 18:00:24 sql:INSERT INTO SinadealTradeDB..[tdShipInfor]([SIID] ,[COID],[SINo],[MadeTime],[MadeUserID],[Freight],[Weight],[Length],[Width],[Height],[ShipVia],[SendTime],[SendUserID],[PrintFlag],[WaybillState],[SignTime],[SignUserID],[PayUserID],[PayTime] ,[PayMode],[PaySum],[PayFlag],[PayRemark],[ToCountry],[ToProvince],[ToCity],[ToAddressLineOne],[ToAddressLineTwo],[ToPostalCode],[Addressee],[AddresseeTel],[AddresseeFax],[ShipPrintFlag],[Forwarder],[Vouching],[FreightForwardingNo],HouseNumber)values(@SIID,@COID,@SINo,@MadeTime,@MadeUserID,@Freight,@Weight,@Length,@Width,@Height,@ShipVia,@SendTime,@SendUserID,@PrintFlag,@WaybillState,@SignTime,@SignUserID,@PayUserID,@PayTime,@PayMode,@PaySum,@PayFlag,@PayRemark,@ToCountry,@ToProvince,@ToCity,@ToAddressLineOne,@ToAddressLineTwo,@ToPostalCode,@Addressee,@AddresseeTel,@AddresseeFax,@ShipPrintFlag,@Forwarder,@Vouching,@FreightForwardingNo,@HouseNumber) SqlParameter:{"0":["@CustomerID","@CCountry","@CPostalCode","@CTel","@CMobile","@CLevel","@CName","@InputUserID","@Credibility","@Flag","@CContact","@CProvince","@CCity","@CAddressLineOne","@CAddressLineTwo","@CFax","@CEmail","@BuyerID","@HouseNumber"],"1":["@COID","@ApprovalLevel","@PONo","@OrderDate","@ExpectDate","@Freight","@TotalPrice","@CurrencyCode","@InputUserID","@InputTime","@PARecordID","@COLevel","@CContact","@CProvince","@COState","@SpecialFlag","@PrintFlag","@DissensionFlag","@CompleteFlag","@FormerlyOrder","@COType","@HaveMend","@CustomerID","@CCountry","@CPostalCode","@ShipVia","@Spec","@TransactionNumber","@MangoFlag","@MangoNumber","@StateTime","@Stock","@Itemtype","@TotalCost","@ShipCost","@TotalWeight","@CCity","@CAddressLineOne","@CAddressLineTwo","@CFax","@OrderRemark","@FreightSide","@RPayMethod","@RAccount","@CurrentRate","@CanAutoDownLoad","@BuyerId","@TransactionID","@Email","@OrderSourceType","@CurrencyShorts","@CNYExchangeRate","@LastModifier","@OrderType","@DropShopping","@OrderConfirmMode","@AllotType","@HouseNumber","@VATNO","@IsVirtual","@ShippingWHType","@OnLine","@ContractNo","@GoodsTotalSalesAmount","@RelationPoNo","@PlatformChargeRate","@CompanyOperatingRates","@AdjustThePriceOfGoods","@AdjustTheShippingFee","@HoldOn","@SalesType","@ShippingRemark","@ApprovalStatus","@ApprovalFlag","@GrossProfit","@GrossInterestRate","@WarehouseAddressID","@payment","@LocalTime","@NewCoustomerId","@Creator","@StoreManager","@RemoteFee","@TaxOnAPI","@FulfillmentChannel","@MainOrderId","@IsSubOrder"],"2":["@COSubID","@COID","@ProductCode","@ProductName","@Unit","@COQuantity","@Color","@UnitPrice","@TotalPrice","@COSTATE","@Remark","@ActualPrice","@IsGift","@ItemID","@MangoFlag","@DepartureNO","@Weight","@IsNewProduct","@IsVirtual","@AverageFreight","@AverageUnitPrice","@AverageAmountWithCount","@ShippedQuantity","@ShippingQuantity","@OriginalQuantity","@SalePrice","@SellerSKU"],"3":["@SIID","@COID","@SINo","@MadeTime","@MadeUserID","@Freight","@Weight","@Length","@Width","@Height","@PayFlag","@ShipVia","@SendTime","@SendUserID","@PrintFlag","@SignTime","@WaybillState","@SignUserID","@PayUserID","@PayMode","@PayTime","@PaySum","@PayRemark","@ToCountry","@ToProvince","@ToCity","@ToAddressLineOne","@ToAddressLineTwo","@ToPostalCode","@AddresseeTel","@Addressee","@AddresseeFax","@ShipPrintFlag","@Forwarder","@Vouching","@FreightForwardingNo","@HouseNumber"]} 错误信息:System.Data.SqlTypes.SqlTypeException: SqlDateTime 溢出。必须介于 1/1/1753 12:00:00 AM 和 12/31/9999 11:59:59 PM 之间。 在 System.Data.SqlClient.TdsParser.TdsExecuteRPC(SqlCommand cmd, _SqlRPC[] rpcArray, Int32 timeout, Boolean inSchema, SqlNotificationRequest notificationRequest, TdsParserStateObject stateObj, Boolean isCommandProc, Boolean sync, TaskCompletionSource`1 completion, Int32 startRpc, Int32 startParam) 在 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) 在 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) 在 System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) 在 System.Data.SqlClient.SqlCommand.ExecuteNonQuery() 在 Vayava.Erp.Dal.InputOrderService.ExecuteSqlTran(List`1 SQLStringList, IDictionary`2 Dict) 2025/11/15 18:00:24 sql:INSERT INTO SinadealTradeDB..[tdShipInfor]([SIID] ,[COID],[SINo],[MadeTime],[MadeUserID],[Freight],[Weight],[Length],[Width],[Height],[ShipVia],[SendTime],[SendUserID],[PrintFlag],[WaybillState],[SignTime],[SignUserID],[PayUserID],[PayTime] ,[PayMode],[PaySum],[PayFlag],[PayRemark],[ToCountry],[ToProvince],[ToCity],[ToAddressLineOne],[ToAddressLineTwo],[ToPostalCode],[Addressee],[AddresseeTel],[AddresseeFax],[ShipPrintFlag],[Forwarder],[Vouching],[FreightForwardingNo],HouseNumber)values(@SIID,@COID,@SINo,@MadeTime,@MadeUserID,@Freight,@Weight,@Length,@Width,@Height,@ShipVia,@SendTime,@SendUserID,@PrintFlag,@WaybillState,@SignTime,@SignUserID,@PayUserID,@PayTime,@PayMode,@PaySum,@PayFlag,@PayRemark,@ToCountry,@ToProvince,@ToCity,@ToAddressLineOne,@ToAddressLineTwo,@ToPostalCode,@Addressee,@AddresseeTel,@AddresseeFax,@ShipPrintFlag,@Forwarder,@Vouching,@FreightForwardingNo,@HouseNumber) 错误信息:System.Data.SqlTypes.SqlTypeException: SqlDateTime 溢出。必须介于 1/1/1753 12:00:00 AM 和 12/31/9999 11:59:59 PM 之间。 在 System.Data.SqlClient.TdsParser.TdsExecuteRPC(SqlCommand cmd, _SqlRPC[] rpcArray, Int32 timeout, Boolean inSchema, SqlNotificationRequest notificationRequest, TdsParserStateObject stateObj, Boolean isCommandProc, Boolean sync, TaskCompletionSource`1 completion, Int32 startRpc, Int32 startParam) 在 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) 在 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) 在 System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) 在 System.Data.SqlClient.SqlCommand.ExecuteNonQuery() 在 Vayava.Erp.Dal.InputOrderService.ExecuteSqlTran(List`1 SQLStringList, IDictionary`2 Dict)