21:55:18 [Warn] Com.Ctrip.Framework.Apollo.ContentConfigAdapter Can not find content SELECT [WorkFlow_Id],[WorkName],[WorkTable],[WorkTableName],[Weight],[Enable],[AuditingEdit],[NodeConfig],[LineConfig],[Remark],[CreateID],[Creator],[CreateDate],[ModifyID],[Modifier],[ModifyDate] FROM [Sys_WorkFlow] WHERE ([WorkTable] IN ('Sys_User')) [21:55:19 WRN] Increasing the MaxRequestBodySize conflicts with the max value for IIS limit maxAllowedContentLength. HTTP requests that have a content length greater than maxAllowedContentLength will still be rejected by IIS. You can disable the limit by either removing or setting the maxAllowedContentLength value to a higher limit. SELECT [Id],[TaskName],[GroupName],[Method],[TimeOut],[CronExpression],[ApiUrl],[PostData],[AuthKey],[AuthValue],[Describe],[LastRunTime],[Status],[CreateID],[Creator],[CreateDate],[ModifyID],[Modifier],[ModifyDate] FROM [Sys_QuartzOptions] WHERE ( 1 = 1 ) [21:55:19 INF] Default Quartz.NET properties loaded from embedded resource file [21:55:19 INF] Initialized Scheduler Signaller of type: Quartz.Core.SchedulerSignalerImpl [21:55:19 INF] Quartz Scheduler created [21:55:19 INF] RAMJobStore initialized. [21:55:19 INF] Quartz Scheduler 3.14.0.0 - 'DefaultQuartzScheduler' with instanceId 'NON_CLUSTERED' initialized [21:55:19 INF] Using thread pool 'Quartz.Simpl.DefaultThreadPool', size: 10 [21:55:19 INF] Using job store 'Quartz.Simpl.RAMJobStore', supports persistence: False, clustered: False [21:55:19 INF] JobFactory set to: VOL.Core.Quartz.IOCJobFactory 1 作业启动:1秒执行一次 [21:55:19 INF] User profile not available. Using 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ASP.NET\4.0.30319.0\AutoGenKeys\S-1-5-82-1244035270-1600919445-1766703946-3408201521-3712849726\DataProtection' as key repository and Windows DPAPI to encrypt keys at rest. [21:55:19 INF] Application started. Press Ctrl+C to shut down. [21:55:19 INF] Hosting environment: Production [21:55:19 INF] Content root path: C:\ERP\BPM\APIServer [21:55:20 INF] HTTP GET /api/JKRulePool/GetAllRulePool responded 200 in 240.4423 ms [21:55:20 INF] 启动事务:/api/JKWorkflowRule/CheckWorkflowRule [21:55:20 INF] 校验规则引擎规则:{"Id":"CB8499602","WorkflowName":"代销发货仓规则","Items":[{"Label":"PostalCode","Value":"33713"},{"Label":"OrderPlace","Value":"ZFUSDX"}]} [21:55:20 INF] 开始执行规则引擎:际客百盈欧洲代销分仓规则,Rule:(input1.OrderPlace.ConvertToString()=="EUDX") [21:55:20 INF] 开始执行规则引擎:兆丰欧洲代销,Rule:(input1.OrderPlace.ConvertToString()=="ZFEUDX") [21:55:20 INF] 开始执行规则引擎:际客百盈美东代销,Rule:(input1.OrderPlace.ConvertToString()=="USDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"0,1,2")) [21:55:20 INF] 开始执行规则引擎:兆丰美东代销,Rule:(Utils.ConvertToString(input1.OrderPlace)=="ZFUSDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"0,1,2")) [21:55:20 INF] 开始执行规则引擎:际客百盈美中代销,Rule:(input1.OrderPlace.ConvertToString()=="USDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"3,4,5,6,7")) [21:55:20 INF] 开始执行规则引擎:兆丰美中代销,Rule:input1.OrderPlace.ConvertToString()=="ZFUSDX" AND Utils.StartWith(input1.PostalCode.ConvertToString(),"3,4,5,6,7") [21:55:20 INF] 校验规则引擎规则响应内容:{"ActionCode":"SG001","ActionData":{"PostalRoute":[],"CanFreightIsZero":null,"IsAutoCheckPostalRoute":null,"IsInventoryPriority":false,"LogicWarehouse":["USMDX99"],"Remark":""}} [21:55:20 INF] 提交事务:/api/JKWorkflowRule/CheckWorkflowRule [21:55:20 INF] HTTP POST /api/JKWorkflowRule/CheckWorkflowRule responded 200 in 408.8208 ms [21:55:20 INF] CookieName: CNERPSSOCookie [21:55:20 INF] ERPSSOCookie: null [21:55:20 INF] 启动事务:/api/JKWorkflowRule/CheckWorkflowRule [21:55:20 INF] 校验规则引擎规则:{"Id":"CB8499602","WorkflowName":"代销物流规则","Items":[{"Label":"PostalCode","Value":"33713"},{"Label":"OrderPlace","Value":"ZFUSDX"}]} [21:55:20 INF] 开始执行规则引擎:际客百盈物流规则,Rule:(input1.OrderPlace.ConvertToString()=="USDX" OR input1.OrderPlace.ConvertToString()=="EUDX") AND ((input1.PostalCode.ConvertToString()!="Z+FSELF" AND input1.PostalCode.ConvertToString()!="Z+SELF")) [21:55:20 ERR] 回滚事务 VOL.Exceptions.UnknownException: CB8499602:校验失败,无符合条件的规则 at JK.RuleRegines.Services.JKWorkflowRuleService.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, Func`2 func, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.RuleRegines\Services\JKRuleEngines\Partial\JKWorkflowRuleService.cs:line 335 at JK.RuleRegines.Controllers.JKWorkflowRuleController.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.WebApi\Controllers\RuleRegines\Partial\JKWorkflowRuleController.cs:line 107 at lambda_method706(Closure, Object) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 36 [21:55:20 ERR] HTTP POST /api/JKWorkflowRule/CheckWorkflowRule responded 500 in 68.9290 ms VOL.Exceptions.UnknownException: CB8499602:校验失败,无符合条件的规则 at JK.RuleRegines.Services.JKWorkflowRuleService.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, Func`2 func, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.RuleRegines\Services\JKRuleEngines\Partial\JKWorkflowRuleService.cs:line 335 at JK.RuleRegines.Controllers.JKWorkflowRuleController.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.WebApi\Controllers\RuleRegines\Partial\JKWorkflowRuleController.cs:line 107 at lambda_method706(Closure, Object) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 36 at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 44 at VOL.Core.Middleware.HttpRequestMiddleware.<>c__DisplayClass1_0.<b__1>d.MoveNext() in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\Middleware\HttpRequestMiddleware.cs:line 19 --- End of stack trace from previous location --- at Serilog.AspNetCore.RequestLoggingMiddleware.Invoke(HttpContext httpContext) [21:55:20 INF] CookieName: CNERPSSOCookie [21:55:20 INF] ERPSSOCookie: null 服务器处理出现异常:CB8499602:校验失败,无符合条件的规则 Begin BulkCopy name:[Sys_Log] ,count: 2,current time: 2025/9/21 21:55:22 [21:55:30 INF] HTTP GET /api/JKRulePool/GetAllRulePool responded 200 in 9.3806 ms [21:55:30 INF] 启动事务:/api/JKWorkflowRule/CheckWorkflowRule [21:55:31 INF] 校验规则引擎规则:{"Id":"CB8499606","WorkflowName":"代销发货仓规则","Items":[{"Label":"PostalCode","Value":"94080"},{"Label":"OrderPlace","Value":"ZFUSDX"}]} [21:55:31 INF] 开始执行规则引擎:际客百盈欧洲代销分仓规则,Rule:(input1.OrderPlace.ConvertToString()=="EUDX") [21:55:31 INF] 开始执行规则引擎:兆丰欧洲代销,Rule:(input1.OrderPlace.ConvertToString()=="ZFEUDX") [21:55:31 INF] 开始执行规则引擎:际客百盈美东代销,Rule:(input1.OrderPlace.ConvertToString()=="USDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"0,1,2")) [21:55:31 INF] 开始执行规则引擎:兆丰美东代销,Rule:(Utils.ConvertToString(input1.OrderPlace)=="ZFUSDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"0,1,2")) [21:55:31 INF] 开始执行规则引擎:际客百盈美中代销,Rule:(input1.OrderPlace.ConvertToString()=="USDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"3,4,5,6,7")) [21:55:31 INF] 开始执行规则引擎:兆丰美中代销,Rule:input1.OrderPlace.ConvertToString()=="ZFUSDX" AND Utils.StartWith(input1.PostalCode.ConvertToString(),"3,4,5,6,7") [21:55:31 INF] 开始执行规则引擎:际客百盈美西代销,Rule:(input1.OrderPlace.ConvertToString()=="USDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"8,9")) [21:55:31 INF] 开始执行规则引擎:兆丰美西代销,Rule:input1.OrderPlace.ConvertToString()=="ZFUSDX" AND Utils.StartWith(input1.PostalCode.ConvertToString(),"8,9") [21:55:31 INF] 校验规则引擎规则响应内容:{"ActionCode":"SG001","ActionData":{"PostalRoute":[],"CanFreightIsZero":null,"IsAutoCheckPostalRoute":null,"IsInventoryPriority":false,"LogicWarehouse":["USWDX99"],"Remark":""}} [21:55:31 INF] 提交事务:/api/JKWorkflowRule/CheckWorkflowRule [21:55:31 INF] HTTP POST /api/JKWorkflowRule/CheckWorkflowRule responded 200 in 78.0593 ms [21:55:31 INF] CookieName: CNERPSSOCookie [21:55:31 INF] ERPSSOCookie: null [21:55:31 INF] 启动事务:/api/JKWorkflowRule/CheckWorkflowRule [21:55:31 INF] 校验规则引擎规则:{"Id":"CB8499606","WorkflowName":"代销物流规则","Items":[{"Label":"PostalCode","Value":"94080"},{"Label":"OrderPlace","Value":"ZFUSDX"}]} [21:55:31 INF] 开始执行规则引擎:际客百盈物流规则,Rule:(input1.OrderPlace.ConvertToString()=="USDX" OR input1.OrderPlace.ConvertToString()=="EUDX") AND ((input1.PostalCode.ConvertToString()!="Z+FSELF" AND input1.PostalCode.ConvertToString()!="Z+SELF")) [21:55:31 ERR] 回滚事务 VOL.Exceptions.UnknownException: CB8499606:校验失败,无符合条件的规则 at JK.RuleRegines.Services.JKWorkflowRuleService.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, Func`2 func, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.RuleRegines\Services\JKRuleEngines\Partial\JKWorkflowRuleService.cs:line 335 at JK.RuleRegines.Controllers.JKWorkflowRuleController.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.WebApi\Controllers\RuleRegines\Partial\JKWorkflowRuleController.cs:line 107 at lambda_method706(Closure, Object) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 36 [21:55:31 ERR] HTTP POST /api/JKWorkflowRule/CheckWorkflowRule responded 500 in 41.6170 ms VOL.Exceptions.UnknownException: CB8499606:校验失败,无符合条件的规则 at JK.RuleRegines.Services.JKWorkflowRuleService.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, Func`2 func, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.RuleRegines\Services\JKRuleEngines\Partial\JKWorkflowRuleService.cs:line 335 at JK.RuleRegines.Controllers.JKWorkflowRuleController.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.WebApi\Controllers\RuleRegines\Partial\JKWorkflowRuleController.cs:line 107 at lambda_method706(Closure, Object) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 36 at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 44 at VOL.Core.Middleware.HttpRequestMiddleware.<>c__DisplayClass1_0.<b__1>d.MoveNext() in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\Middleware\HttpRequestMiddleware.cs:line 19 --- End of stack trace from previous location --- at Serilog.AspNetCore.RequestLoggingMiddleware.Invoke(HttpContext httpContext) [21:55:31 INF] CookieName: CNERPSSOCookie [21:55:31 INF] ERPSSOCookie: null 服务器处理出现异常:CB8499606:校验失败,无符合条件的规则 Begin BulkCopy name:[Sys_Log] ,count: 2,current time: 2025/9/21 21:55:32 [21:55:44 INF] HTTP GET /api/JKRulePool/GetAllRulePool responded 200 in 10.4496 ms [21:55:44 INF] 启动事务:/api/JKWorkflowRule/CheckWorkflowRule [21:55:44 INF] 校验规则引擎规则:{"Id":"CB8499610","WorkflowName":"代销发货仓规则","Items":[{"Label":"PostalCode","Value":"90262"},{"Label":"OrderPlace","Value":"ZFUSDX"}]} [21:55:45 INF] 开始执行规则引擎:际客百盈欧洲代销分仓规则,Rule:(input1.OrderPlace.ConvertToString()=="EUDX") [21:55:45 INF] 开始执行规则引擎:兆丰欧洲代销,Rule:(input1.OrderPlace.ConvertToString()=="ZFEUDX") [21:55:45 INF] 开始执行规则引擎:际客百盈美东代销,Rule:(input1.OrderPlace.ConvertToString()=="USDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"0,1,2")) [21:55:45 INF] 开始执行规则引擎:兆丰美东代销,Rule:(Utils.ConvertToString(input1.OrderPlace)=="ZFUSDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"0,1,2")) [21:55:45 INF] 开始执行规则引擎:际客百盈美中代销,Rule:(input1.OrderPlace.ConvertToString()=="USDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"3,4,5,6,7")) [21:55:45 INF] 开始执行规则引擎:兆丰美中代销,Rule:input1.OrderPlace.ConvertToString()=="ZFUSDX" AND Utils.StartWith(input1.PostalCode.ConvertToString(),"3,4,5,6,7") [21:55:45 INF] 开始执行规则引擎:际客百盈美西代销,Rule:(input1.OrderPlace.ConvertToString()=="USDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"8,9")) [21:55:45 INF] 开始执行规则引擎:兆丰美西代销,Rule:input1.OrderPlace.ConvertToString()=="ZFUSDX" AND Utils.StartWith(input1.PostalCode.ConvertToString(),"8,9") [21:55:45 INF] 校验规则引擎规则响应内容:{"ActionCode":"SG001","ActionData":{"PostalRoute":[],"CanFreightIsZero":null,"IsAutoCheckPostalRoute":null,"IsInventoryPriority":false,"LogicWarehouse":["USWDX99"],"Remark":""}} [21:55:45 INF] 提交事务:/api/JKWorkflowRule/CheckWorkflowRule [21:55:45 INF] HTTP POST /api/JKWorkflowRule/CheckWorkflowRule responded 200 in 100.6274 ms [21:55:45 INF] CookieName: CNERPSSOCookie [21:55:45 INF] ERPSSOCookie: null [21:55:45 INF] 启动事务:/api/JKWorkflowRule/CheckWorkflowRule [21:55:45 INF] 校验规则引擎规则:{"Id":"CB8499610","WorkflowName":"代销物流规则","Items":[{"Label":"PostalCode","Value":"90262"},{"Label":"OrderPlace","Value":"ZFUSDX"}]} [21:55:45 INF] 开始执行规则引擎:际客百盈物流规则,Rule:(input1.OrderPlace.ConvertToString()=="USDX" OR input1.OrderPlace.ConvertToString()=="EUDX") AND ((input1.PostalCode.ConvertToString()!="Z+FSELF" AND input1.PostalCode.ConvertToString()!="Z+SELF")) [21:55:45 ERR] 回滚事务 VOL.Exceptions.UnknownException: CB8499610:校验失败,无符合条件的规则 at JK.RuleRegines.Services.JKWorkflowRuleService.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, Func`2 func, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.RuleRegines\Services\JKRuleEngines\Partial\JKWorkflowRuleService.cs:line 335 at JK.RuleRegines.Controllers.JKWorkflowRuleController.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.WebApi\Controllers\RuleRegines\Partial\JKWorkflowRuleController.cs:line 107 at lambda_method706(Closure, Object) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 36 [21:55:45 ERR] HTTP POST /api/JKWorkflowRule/CheckWorkflowRule responded 500 in 35.2669 ms VOL.Exceptions.UnknownException: CB8499610:校验失败,无符合条件的规则 at JK.RuleRegines.Services.JKWorkflowRuleService.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, Func`2 func, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.RuleRegines\Services\JKRuleEngines\Partial\JKWorkflowRuleService.cs:line 335 at JK.RuleRegines.Controllers.JKWorkflowRuleController.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.WebApi\Controllers\RuleRegines\Partial\JKWorkflowRuleController.cs:line 107 at lambda_method706(Closure, Object) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 36 at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 44 at VOL.Core.Middleware.HttpRequestMiddleware.<>c__DisplayClass1_0.<b__1>d.MoveNext() in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\Middleware\HttpRequestMiddleware.cs:line 19 --- End of stack trace from previous location --- at Serilog.AspNetCore.RequestLoggingMiddleware.Invoke(HttpContext httpContext) [21:55:45 INF] CookieName: CNERPSSOCookie [21:55:45 INF] ERPSSOCookie: null 服务器处理出现异常:CB8499610:校验失败,无符合条件的规则 Begin BulkCopy name:[Sys_Log] ,count: 2,current time: 2025/9/21 21:55:46 [21:57:29 INF] HTTP GET /api/JKRulePool/GetAllRulePool responded 200 in 15.6551 ms [21:57:29 INF] 启动事务:/api/JKWorkflowRule/CheckWorkflowRule [21:57:29 INF] 校验规则引擎规则:{"Id":"CB8499643","WorkflowName":"代销发货仓规则","Items":[{"Label":"PostalCode","Value":"48146"},{"Label":"OrderPlace","Value":"ZFUSDX"}]} [21:57:29 INF] 开始执行规则引擎:际客百盈欧洲代销分仓规则,Rule:(input1.OrderPlace.ConvertToString()=="EUDX") [21:57:29 INF] 开始执行规则引擎:兆丰欧洲代销,Rule:(input1.OrderPlace.ConvertToString()=="ZFEUDX") [21:57:29 INF] 开始执行规则引擎:际客百盈美东代销,Rule:(input1.OrderPlace.ConvertToString()=="USDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"0,1,2")) [21:57:29 INF] 开始执行规则引擎:兆丰美东代销,Rule:(Utils.ConvertToString(input1.OrderPlace)=="ZFUSDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"0,1,2")) [21:57:29 INF] 开始执行规则引擎:际客百盈美中代销,Rule:(input1.OrderPlace.ConvertToString()=="USDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"3,4,5,6,7")) [21:57:29 INF] 开始执行规则引擎:兆丰美中代销,Rule:input1.OrderPlace.ConvertToString()=="ZFUSDX" AND Utils.StartWith(input1.PostalCode.ConvertToString(),"3,4,5,6,7") [21:57:29 INF] 校验规则引擎规则响应内容:{"ActionCode":"SG001","ActionData":{"PostalRoute":[],"CanFreightIsZero":null,"IsAutoCheckPostalRoute":null,"IsInventoryPriority":false,"LogicWarehouse":["USMDX99"],"Remark":""}} [21:57:29 INF] 提交事务:/api/JKWorkflowRule/CheckWorkflowRule [21:57:29 INF] HTTP POST /api/JKWorkflowRule/CheckWorkflowRule responded 200 in 130.1415 ms [21:57:29 INF] CookieName: CNERPSSOCookie [21:57:29 INF] ERPSSOCookie: null [21:57:29 INF] 启动事务:/api/JKWorkflowRule/CheckWorkflowRule [21:57:29 INF] 校验规则引擎规则:{"Id":"CB8499643","WorkflowName":"代销物流规则","Items":[{"Label":"PostalCode","Value":"48146"},{"Label":"OrderPlace","Value":"ZFUSDX"}]} [21:57:29 INF] 开始执行规则引擎:际客百盈物流规则,Rule:(input1.OrderPlace.ConvertToString()=="USDX" OR input1.OrderPlace.ConvertToString()=="EUDX") AND ((input1.PostalCode.ConvertToString()!="Z+FSELF" AND input1.PostalCode.ConvertToString()!="Z+SELF")) [21:57:29 ERR] 回滚事务 VOL.Exceptions.UnknownException: CB8499643:校验失败,无符合条件的规则 at JK.RuleRegines.Services.JKWorkflowRuleService.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, Func`2 func, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.RuleRegines\Services\JKRuleEngines\Partial\JKWorkflowRuleService.cs:line 335 at JK.RuleRegines.Controllers.JKWorkflowRuleController.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.WebApi\Controllers\RuleRegines\Partial\JKWorkflowRuleController.cs:line 107 at lambda_method706(Closure, Object) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 36 [21:57:29 ERR] HTTP POST /api/JKWorkflowRule/CheckWorkflowRule responded 500 in 91.8351 ms VOL.Exceptions.UnknownException: CB8499643:校验失败,无符合条件的规则 at JK.RuleRegines.Services.JKWorkflowRuleService.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, Func`2 func, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.RuleRegines\Services\JKRuleEngines\Partial\JKWorkflowRuleService.cs:line 335 at JK.RuleRegines.Controllers.JKWorkflowRuleController.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.WebApi\Controllers\RuleRegines\Partial\JKWorkflowRuleController.cs:line 107 at lambda_method706(Closure, Object) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 36 at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 44 at VOL.Core.Middleware.HttpRequestMiddleware.<>c__DisplayClass1_0.<b__1>d.MoveNext() in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\Middleware\HttpRequestMiddleware.cs:line 19 --- End of stack trace from previous location --- at Serilog.AspNetCore.RequestLoggingMiddleware.Invoke(HttpContext httpContext) [21:57:29 INF] CookieName: CNERPSSOCookie [21:57:29 INF] ERPSSOCookie: null 服务器处理出现异常:CB8499643:校验失败,无符合条件的规则 Begin BulkCopy name:[Sys_Log] ,count: 2,current time: 2025/9/21 21:57:30 [21:57:34 INF] HTTP GET /api/JKRulePool/GetAllRulePool responded 200 in 7.3299 ms [21:57:34 INF] 启动事务:/api/JKWorkflowRule/CheckWorkflowRule [21:57:34 INF] 校验规则引擎规则:{"Id":"CB8499644","WorkflowName":"代销发货仓规则","Items":[{"Label":"PostalCode","Value":"81003"},{"Label":"OrderPlace","Value":"ZFUSDX"}]} [21:57:34 INF] 开始执行规则引擎:际客百盈欧洲代销分仓规则,Rule:(input1.OrderPlace.ConvertToString()=="EUDX") [21:57:34 INF] 开始执行规则引擎:兆丰欧洲代销,Rule:(input1.OrderPlace.ConvertToString()=="ZFEUDX") [21:57:34 INF] 开始执行规则引擎:际客百盈美东代销,Rule:(input1.OrderPlace.ConvertToString()=="USDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"0,1,2")) [21:57:34 INF] 开始执行规则引擎:兆丰美东代销,Rule:(Utils.ConvertToString(input1.OrderPlace)=="ZFUSDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"0,1,2")) [21:57:34 INF] 开始执行规则引擎:际客百盈美中代销,Rule:(input1.OrderPlace.ConvertToString()=="USDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"3,4,5,6,7")) [21:57:34 INF] 开始执行规则引擎:兆丰美中代销,Rule:input1.OrderPlace.ConvertToString()=="ZFUSDX" AND Utils.StartWith(input1.PostalCode.ConvertToString(),"3,4,5,6,7") [21:57:34 INF] 开始执行规则引擎:际客百盈美西代销,Rule:(input1.OrderPlace.ConvertToString()=="USDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"8,9")) [21:57:34 INF] 开始执行规则引擎:兆丰美西代销,Rule:input1.OrderPlace.ConvertToString()=="ZFUSDX" AND Utils.StartWith(input1.PostalCode.ConvertToString(),"8,9") [21:57:34 INF] 校验规则引擎规则响应内容:{"ActionCode":"SG001","ActionData":{"PostalRoute":[],"CanFreightIsZero":null,"IsAutoCheckPostalRoute":null,"IsInventoryPriority":false,"LogicWarehouse":["USWDX99"],"Remark":""}} [21:57:34 INF] 提交事务:/api/JKWorkflowRule/CheckWorkflowRule [21:57:34 INF] HTTP POST /api/JKWorkflowRule/CheckWorkflowRule responded 200 in 63.7460 ms [21:57:34 INF] CookieName: CNERPSSOCookie [21:57:34 INF] ERPSSOCookie: null [21:57:34 INF] 启动事务:/api/JKWorkflowRule/CheckWorkflowRule [21:57:34 INF] 校验规则引擎规则:{"Id":"CB8499644","WorkflowName":"代销物流规则","Items":[{"Label":"PostalCode","Value":"81003"},{"Label":"OrderPlace","Value":"ZFUSDX"}]} [21:57:34 INF] 开始执行规则引擎:际客百盈物流规则,Rule:(input1.OrderPlace.ConvertToString()=="USDX" OR input1.OrderPlace.ConvertToString()=="EUDX") AND ((input1.PostalCode.ConvertToString()!="Z+FSELF" AND input1.PostalCode.ConvertToString()!="Z+SELF")) [21:57:34 ERR] 回滚事务 VOL.Exceptions.UnknownException: CB8499644:校验失败,无符合条件的规则 at JK.RuleRegines.Services.JKWorkflowRuleService.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, Func`2 func, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.RuleRegines\Services\JKRuleEngines\Partial\JKWorkflowRuleService.cs:line 335 at JK.RuleRegines.Controllers.JKWorkflowRuleController.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.WebApi\Controllers\RuleRegines\Partial\JKWorkflowRuleController.cs:line 107 at lambda_method706(Closure, Object) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 36 [21:57:34 ERR] HTTP POST /api/JKWorkflowRule/CheckWorkflowRule responded 500 in 27.0898 ms VOL.Exceptions.UnknownException: CB8499644:校验失败,无符合条件的规则 at JK.RuleRegines.Services.JKWorkflowRuleService.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, Func`2 func, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.RuleRegines\Services\JKRuleEngines\Partial\JKWorkflowRuleService.cs:line 335 at JK.RuleRegines.Controllers.JKWorkflowRuleController.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.WebApi\Controllers\RuleRegines\Partial\JKWorkflowRuleController.cs:line 107 at lambda_method706(Closure, Object) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 36 at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 44 at VOL.Core.Middleware.HttpRequestMiddleware.<>c__DisplayClass1_0.<b__1>d.MoveNext() in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\Middleware\HttpRequestMiddleware.cs:line 19 --- End of stack trace from previous location --- at Serilog.AspNetCore.RequestLoggingMiddleware.Invoke(HttpContext httpContext) [21:57:34 INF] CookieName: CNERPSSOCookie [21:57:34 INF] ERPSSOCookie: null 服务器处理出现异常:CB8499644:校验失败,无符合条件的规则 Begin BulkCopy name:[Sys_Log] ,count: 2,current time: 2025/9/21 21:57:35 [21:59:40 INF] HTTP GET /api/JKRulePool/GetAllRulePool responded 200 in 75.5689 ms [21:59:40 INF] 启动事务:/api/JKWorkflowRule/CheckWorkflowRule [21:59:40 INF] 校验规则引擎规则:{"Id":"CB8499681","WorkflowName":"代销发货仓规则","Items":[{"Label":"PostalCode","Value":"85260"},{"Label":"OrderPlace","Value":"ZFUSDX"}]} [21:59:40 INF] 开始执行规则引擎:际客百盈欧洲代销分仓规则,Rule:(input1.OrderPlace.ConvertToString()=="EUDX") [21:59:40 INF] 开始执行规则引擎:兆丰欧洲代销,Rule:(input1.OrderPlace.ConvertToString()=="ZFEUDX") [21:59:40 INF] 开始执行规则引擎:际客百盈美东代销,Rule:(input1.OrderPlace.ConvertToString()=="USDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"0,1,2")) [21:59:40 INF] 开始执行规则引擎:兆丰美东代销,Rule:(Utils.ConvertToString(input1.OrderPlace)=="ZFUSDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"0,1,2")) [21:59:40 INF] 开始执行规则引擎:际客百盈美中代销,Rule:(input1.OrderPlace.ConvertToString()=="USDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"3,4,5,6,7")) [21:59:40 INF] 开始执行规则引擎:兆丰美中代销,Rule:input1.OrderPlace.ConvertToString()=="ZFUSDX" AND Utils.StartWith(input1.PostalCode.ConvertToString(),"3,4,5,6,7") [21:59:40 INF] 开始执行规则引擎:际客百盈美西代销,Rule:(input1.OrderPlace.ConvertToString()=="USDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"8,9")) [21:59:40 INF] 开始执行规则引擎:兆丰美西代销,Rule:input1.OrderPlace.ConvertToString()=="ZFUSDX" AND Utils.StartWith(input1.PostalCode.ConvertToString(),"8,9") [21:59:40 INF] 校验规则引擎规则响应内容:{"ActionCode":"SG001","ActionData":{"PostalRoute":[],"CanFreightIsZero":null,"IsAutoCheckPostalRoute":null,"IsInventoryPriority":false,"LogicWarehouse":["USWDX99"],"Remark":""}} [21:59:40 INF] 提交事务:/api/JKWorkflowRule/CheckWorkflowRule [21:59:40 INF] HTTP POST /api/JKWorkflowRule/CheckWorkflowRule responded 200 in 67.4344 ms [21:59:40 INF] CookieName: CNERPSSOCookie [21:59:40 INF] ERPSSOCookie: null [21:59:40 INF] 启动事务:/api/JKWorkflowRule/CheckWorkflowRule [21:59:40 INF] 校验规则引擎规则:{"Id":"CB8499681","WorkflowName":"代销物流规则","Items":[{"Label":"PostalCode","Value":"85260"},{"Label":"OrderPlace","Value":"ZFUSDX"}]} [21:59:40 INF] 开始执行规则引擎:际客百盈物流规则,Rule:(input1.OrderPlace.ConvertToString()=="USDX" OR input1.OrderPlace.ConvertToString()=="EUDX") AND ((input1.PostalCode.ConvertToString()!="Z+FSELF" AND input1.PostalCode.ConvertToString()!="Z+SELF")) [21:59:40 ERR] 回滚事务 VOL.Exceptions.UnknownException: CB8499681:校验失败,无符合条件的规则 at JK.RuleRegines.Services.JKWorkflowRuleService.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, Func`2 func, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.RuleRegines\Services\JKRuleEngines\Partial\JKWorkflowRuleService.cs:line 335 at JK.RuleRegines.Controllers.JKWorkflowRuleController.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.WebApi\Controllers\RuleRegines\Partial\JKWorkflowRuleController.cs:line 107 at lambda_method706(Closure, Object) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 36 [21:59:40 ERR] HTTP POST /api/JKWorkflowRule/CheckWorkflowRule responded 500 in 114.8703 ms VOL.Exceptions.UnknownException: CB8499681:校验失败,无符合条件的规则 at JK.RuleRegines.Services.JKWorkflowRuleService.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, Func`2 func, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.RuleRegines\Services\JKRuleEngines\Partial\JKWorkflowRuleService.cs:line 335 at JK.RuleRegines.Controllers.JKWorkflowRuleController.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.WebApi\Controllers\RuleRegines\Partial\JKWorkflowRuleController.cs:line 107 at lambda_method706(Closure, Object) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 36 at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 44 at VOL.Core.Middleware.HttpRequestMiddleware.<>c__DisplayClass1_0.<b__1>d.MoveNext() in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\Middleware\HttpRequestMiddleware.cs:line 19 --- End of stack trace from previous location --- at Serilog.AspNetCore.RequestLoggingMiddleware.Invoke(HttpContext httpContext) [21:59:40 INF] CookieName: CNERPSSOCookie [21:59:40 INF] ERPSSOCookie: null 服务器处理出现异常:CB8499681:校验失败,无符合条件的规则 Begin BulkCopy name:[Sys_Log] ,count: 2,current time: 2025/9/21 21:59:42 [21:59:50 INF] HTTP GET /api/JKRulePool/GetAllRulePool responded 200 in 8.7626 ms [21:59:50 INF] 启动事务:/api/JKWorkflowRule/CheckWorkflowRule [21:59:50 INF] 校验规则引擎规则:{"Id":"CB8499684","WorkflowName":"代销发货仓规则","Items":[{"Label":"PostalCode","Value":"30083"},{"Label":"OrderPlace","Value":"ZFUSDX"}]} [21:59:50 INF] 开始执行规则引擎:际客百盈欧洲代销分仓规则,Rule:(input1.OrderPlace.ConvertToString()=="EUDX") [21:59:50 INF] 开始执行规则引擎:兆丰欧洲代销,Rule:(input1.OrderPlace.ConvertToString()=="ZFEUDX") [21:59:50 INF] 开始执行规则引擎:际客百盈美东代销,Rule:(input1.OrderPlace.ConvertToString()=="USDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"0,1,2")) [21:59:50 INF] 开始执行规则引擎:兆丰美东代销,Rule:(Utils.ConvertToString(input1.OrderPlace)=="ZFUSDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"0,1,2")) [21:59:50 INF] 开始执行规则引擎:际客百盈美中代销,Rule:(input1.OrderPlace.ConvertToString()=="USDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"3,4,5,6,7")) [21:59:50 INF] 开始执行规则引擎:兆丰美中代销,Rule:input1.OrderPlace.ConvertToString()=="ZFUSDX" AND Utils.StartWith(input1.PostalCode.ConvertToString(),"3,4,5,6,7") [21:59:50 INF] 校验规则引擎规则响应内容:{"ActionCode":"SG001","ActionData":{"PostalRoute":[],"CanFreightIsZero":null,"IsAutoCheckPostalRoute":null,"IsInventoryPriority":false,"LogicWarehouse":["USMDX99"],"Remark":""}} [21:59:50 INF] 提交事务:/api/JKWorkflowRule/CheckWorkflowRule [21:59:50 INF] HTTP POST /api/JKWorkflowRule/CheckWorkflowRule responded 200 in 62.8201 ms [21:59:50 INF] CookieName: CNERPSSOCookie [21:59:50 INF] ERPSSOCookie: null [21:59:50 INF] 启动事务:/api/JKWorkflowRule/CheckWorkflowRule [21:59:50 INF] 校验规则引擎规则:{"Id":"CB8499684","WorkflowName":"代销物流规则","Items":[{"Label":"PostalCode","Value":"30083"},{"Label":"OrderPlace","Value":"ZFUSDX"}]} [21:59:50 INF] 开始执行规则引擎:际客百盈物流规则,Rule:(input1.OrderPlace.ConvertToString()=="USDX" OR input1.OrderPlace.ConvertToString()=="EUDX") AND ((input1.PostalCode.ConvertToString()!="Z+FSELF" AND input1.PostalCode.ConvertToString()!="Z+SELF")) [21:59:50 ERR] 回滚事务 VOL.Exceptions.UnknownException: CB8499684:校验失败,无符合条件的规则 at JK.RuleRegines.Services.JKWorkflowRuleService.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, Func`2 func, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.RuleRegines\Services\JKRuleEngines\Partial\JKWorkflowRuleService.cs:line 335 at JK.RuleRegines.Controllers.JKWorkflowRuleController.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.WebApi\Controllers\RuleRegines\Partial\JKWorkflowRuleController.cs:line 107 at lambda_method706(Closure, Object) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 36 [21:59:50 ERR] HTTP POST /api/JKWorkflowRule/CheckWorkflowRule responded 500 in 77.2571 ms VOL.Exceptions.UnknownException: CB8499684:校验失败,无符合条件的规则 at JK.RuleRegines.Services.JKWorkflowRuleService.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, Func`2 func, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.RuleRegines\Services\JKRuleEngines\Partial\JKWorkflowRuleService.cs:line 335 at JK.RuleRegines.Controllers.JKWorkflowRuleController.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.WebApi\Controllers\RuleRegines\Partial\JKWorkflowRuleController.cs:line 107 at lambda_method706(Closure, Object) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 36 at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 44 at VOL.Core.Middleware.HttpRequestMiddleware.<>c__DisplayClass1_0.<b__1>d.MoveNext() in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\Middleware\HttpRequestMiddleware.cs:line 19 --- End of stack trace from previous location --- at Serilog.AspNetCore.RequestLoggingMiddleware.Invoke(HttpContext httpContext) [21:59:50 INF] CookieName: CNERPSSOCookie [21:59:50 INF] ERPSSOCookie: null 服务器处理出现异常:CB8499684:校验失败,无符合条件的规则 Begin BulkCopy name:[Sys_Log] ,count: 2,current time: 2025/9/21 21:59:52 [22:00:04 INF] HTTP GET /api/JKRulePool/GetAllRulePool responded 200 in 7.0502 ms [22:00:04 INF] 启动事务:/api/JKWorkflowRule/CheckWorkflowRule [22:00:04 INF] 校验规则引擎规则:{"Id":"CB8499688","WorkflowName":"代销发货仓规则","Items":[{"Label":"PostalCode","Value":"32224"},{"Label":"OrderPlace","Value":"ZFUSDX"}]} [22:00:04 INF] 开始执行规则引擎:际客百盈欧洲代销分仓规则,Rule:(input1.OrderPlace.ConvertToString()=="EUDX") [22:00:04 INF] 开始执行规则引擎:兆丰欧洲代销,Rule:(input1.OrderPlace.ConvertToString()=="ZFEUDX") [22:00:04 INF] 开始执行规则引擎:际客百盈美东代销,Rule:(input1.OrderPlace.ConvertToString()=="USDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"0,1,2")) [22:00:04 INF] 开始执行规则引擎:兆丰美东代销,Rule:(Utils.ConvertToString(input1.OrderPlace)=="ZFUSDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"0,1,2")) [22:00:04 INF] 开始执行规则引擎:际客百盈美中代销,Rule:(input1.OrderPlace.ConvertToString()=="USDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"3,4,5,6,7")) [22:00:04 INF] 开始执行规则引擎:兆丰美中代销,Rule:input1.OrderPlace.ConvertToString()=="ZFUSDX" AND Utils.StartWith(input1.PostalCode.ConvertToString(),"3,4,5,6,7") [22:00:04 INF] 校验规则引擎规则响应内容:{"ActionCode":"SG001","ActionData":{"PostalRoute":[],"CanFreightIsZero":null,"IsAutoCheckPostalRoute":null,"IsInventoryPriority":false,"LogicWarehouse":["USMDX99"],"Remark":""}} [22:00:04 INF] 提交事务:/api/JKWorkflowRule/CheckWorkflowRule [22:00:04 INF] HTTP POST /api/JKWorkflowRule/CheckWorkflowRule responded 200 in 27.3682 ms [22:00:04 INF] CookieName: CNERPSSOCookie [22:00:04 INF] ERPSSOCookie: null [22:00:04 INF] 启动事务:/api/JKWorkflowRule/CheckWorkflowRule [22:00:04 INF] 校验规则引擎规则:{"Id":"CB8499688","WorkflowName":"代销物流规则","Items":[{"Label":"PostalCode","Value":"32224"},{"Label":"OrderPlace","Value":"ZFUSDX"}]} [22:00:04 INF] 开始执行规则引擎:际客百盈物流规则,Rule:(input1.OrderPlace.ConvertToString()=="USDX" OR input1.OrderPlace.ConvertToString()=="EUDX") AND ((input1.PostalCode.ConvertToString()!="Z+FSELF" AND input1.PostalCode.ConvertToString()!="Z+SELF")) [22:00:04 ERR] 回滚事务 VOL.Exceptions.UnknownException: CB8499688:校验失败,无符合条件的规则 at JK.RuleRegines.Services.JKWorkflowRuleService.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, Func`2 func, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.RuleRegines\Services\JKRuleEngines\Partial\JKWorkflowRuleService.cs:line 335 at JK.RuleRegines.Controllers.JKWorkflowRuleController.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.WebApi\Controllers\RuleRegines\Partial\JKWorkflowRuleController.cs:line 107 at lambda_method706(Closure, Object) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 36 [22:00:04 ERR] HTTP POST /api/JKWorkflowRule/CheckWorkflowRule responded 500 in 60.4750 ms VOL.Exceptions.UnknownException: CB8499688:校验失败,无符合条件的规则 at JK.RuleRegines.Services.JKWorkflowRuleService.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, Func`2 func, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.RuleRegines\Services\JKRuleEngines\Partial\JKWorkflowRuleService.cs:line 335 at JK.RuleRegines.Controllers.JKWorkflowRuleController.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.WebApi\Controllers\RuleRegines\Partial\JKWorkflowRuleController.cs:line 107 at lambda_method706(Closure, Object) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 36 at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 44 at VOL.Core.Middleware.HttpRequestMiddleware.<>c__DisplayClass1_0.<b__1>d.MoveNext() in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\Middleware\HttpRequestMiddleware.cs:line 19 --- End of stack trace from previous location --- at Serilog.AspNetCore.RequestLoggingMiddleware.Invoke(HttpContext httpContext) [22:00:04 INF] CookieName: CNERPSSOCookie [22:00:04 INF] ERPSSOCookie: null 服务器处理出现异常:CB8499688:校验失败,无符合条件的规则 Begin BulkCopy name:[Sys_Log] ,count: 2,current time: 2025/9/21 22:00:06 [22:00:30 INF] HTTP GET /api/JKRulePool/GetAllRulePool responded 200 in 10.9940 ms [22:00:30 INF] 启动事务:/api/JKWorkflowRule/CheckWorkflowRule [22:00:30 INF] 校验规则引擎规则:{"Id":"CB8499699","WorkflowName":"代销发货仓规则","Items":[{"Label":"PostalCode","Value":"75044"},{"Label":"OrderPlace","Value":"ZFUSDX"}]} [22:00:30 INF] 开始执行规则引擎:际客百盈欧洲代销分仓规则,Rule:(input1.OrderPlace.ConvertToString()=="EUDX") [22:00:30 INF] 开始执行规则引擎:兆丰欧洲代销,Rule:(input1.OrderPlace.ConvertToString()=="ZFEUDX") [22:00:30 INF] 开始执行规则引擎:际客百盈美东代销,Rule:(input1.OrderPlace.ConvertToString()=="USDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"0,1,2")) [22:00:30 INF] 开始执行规则引擎:兆丰美东代销,Rule:(Utils.ConvertToString(input1.OrderPlace)=="ZFUSDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"0,1,2")) [22:00:30 INF] 开始执行规则引擎:际客百盈美中代销,Rule:(input1.OrderPlace.ConvertToString()=="USDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"3,4,5,6,7")) [22:00:30 INF] 开始执行规则引擎:兆丰美中代销,Rule:input1.OrderPlace.ConvertToString()=="ZFUSDX" AND Utils.StartWith(input1.PostalCode.ConvertToString(),"3,4,5,6,7") [22:00:30 INF] 校验规则引擎规则响应内容:{"ActionCode":"SG001","ActionData":{"PostalRoute":[],"CanFreightIsZero":null,"IsAutoCheckPostalRoute":null,"IsInventoryPriority":false,"LogicWarehouse":["USMDX99"],"Remark":""}} [22:00:30 INF] 提交事务:/api/JKWorkflowRule/CheckWorkflowRule [22:00:30 INF] HTTP POST /api/JKWorkflowRule/CheckWorkflowRule responded 200 in 53.5360 ms [22:00:30 INF] CookieName: CNERPSSOCookie [22:00:30 INF] ERPSSOCookie: null [22:00:30 INF] 启动事务:/api/JKWorkflowRule/CheckWorkflowRule [22:00:30 INF] 校验规则引擎规则:{"Id":"CB8499699","WorkflowName":"代销物流规则","Items":[{"Label":"PostalCode","Value":"75044"},{"Label":"OrderPlace","Value":"ZFUSDX"}]} [22:00:30 INF] 开始执行规则引擎:际客百盈物流规则,Rule:(input1.OrderPlace.ConvertToString()=="USDX" OR input1.OrderPlace.ConvertToString()=="EUDX") AND ((input1.PostalCode.ConvertToString()!="Z+FSELF" AND input1.PostalCode.ConvertToString()!="Z+SELF")) [22:00:30 ERR] 回滚事务 VOL.Exceptions.UnknownException: CB8499699:校验失败,无符合条件的规则 at JK.RuleRegines.Services.JKWorkflowRuleService.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, Func`2 func, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.RuleRegines\Services\JKRuleEngines\Partial\JKWorkflowRuleService.cs:line 335 at JK.RuleRegines.Controllers.JKWorkflowRuleController.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.WebApi\Controllers\RuleRegines\Partial\JKWorkflowRuleController.cs:line 107 at lambda_method706(Closure, Object) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 36 [22:00:30 ERR] HTTP POST /api/JKWorkflowRule/CheckWorkflowRule responded 500 in 49.5100 ms VOL.Exceptions.UnknownException: CB8499699:校验失败,无符合条件的规则 at JK.RuleRegines.Services.JKWorkflowRuleService.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, Func`2 func, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.RuleRegines\Services\JKRuleEngines\Partial\JKWorkflowRuleService.cs:line 335 at JK.RuleRegines.Controllers.JKWorkflowRuleController.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.WebApi\Controllers\RuleRegines\Partial\JKWorkflowRuleController.cs:line 107 at lambda_method706(Closure, Object) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 36 at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 44 at VOL.Core.Middleware.HttpRequestMiddleware.<>c__DisplayClass1_0.<b__1>d.MoveNext() in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\Middleware\HttpRequestMiddleware.cs:line 19 --- End of stack trace from previous location --- at Serilog.AspNetCore.RequestLoggingMiddleware.Invoke(HttpContext httpContext) [22:00:30 INF] CookieName: CNERPSSOCookie [22:00:30 INF] ERPSSOCookie: null 服务器处理出现异常:CB8499699:校验失败,无符合条件的规则 Begin BulkCopy name:[Sys_Log] ,count: 2,current time: 2025/9/21 22:00:32 [22:00:36 INF] HTTP GET /api/JKRulePool/GetAllRulePool responded 200 in 13.2593 ms [22:00:36 INF] 启动事务:/api/JKWorkflowRule/CheckWorkflowRule [22:00:36 INF] 校验规则引擎规则:{"Id":"CB8499700","WorkflowName":"代销发货仓规则","Items":[{"Label":"PostalCode","Value":"76210"},{"Label":"OrderPlace","Value":"ZFUSDX"}]} [22:00:36 INF] 开始执行规则引擎:际客百盈欧洲代销分仓规则,Rule:(input1.OrderPlace.ConvertToString()=="EUDX") [22:00:36 INF] 开始执行规则引擎:兆丰欧洲代销,Rule:(input1.OrderPlace.ConvertToString()=="ZFEUDX") [22:00:36 INF] 开始执行规则引擎:际客百盈美东代销,Rule:(input1.OrderPlace.ConvertToString()=="USDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"0,1,2")) [22:00:36 INF] 开始执行规则引擎:兆丰美东代销,Rule:(Utils.ConvertToString(input1.OrderPlace)=="ZFUSDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"0,1,2")) [22:00:36 INF] 开始执行规则引擎:际客百盈美中代销,Rule:(input1.OrderPlace.ConvertToString()=="USDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"3,4,5,6,7")) [22:00:36 INF] 开始执行规则引擎:兆丰美中代销,Rule:input1.OrderPlace.ConvertToString()=="ZFUSDX" AND Utils.StartWith(input1.PostalCode.ConvertToString(),"3,4,5,6,7") [22:00:36 INF] 校验规则引擎规则响应内容:{"ActionCode":"SG001","ActionData":{"PostalRoute":[],"CanFreightIsZero":null,"IsAutoCheckPostalRoute":null,"IsInventoryPriority":false,"LogicWarehouse":["USMDX99"],"Remark":""}} [22:00:36 INF] 提交事务:/api/JKWorkflowRule/CheckWorkflowRule [22:00:36 INF] HTTP POST /api/JKWorkflowRule/CheckWorkflowRule responded 200 in 102.0377 ms [22:00:36 INF] CookieName: CNERPSSOCookie [22:00:36 INF] ERPSSOCookie: null [22:00:36 INF] 启动事务:/api/JKWorkflowRule/CheckWorkflowRule [22:00:36 INF] 校验规则引擎规则:{"Id":"CB8499700","WorkflowName":"代销物流规则","Items":[{"Label":"PostalCode","Value":"76210"},{"Label":"OrderPlace","Value":"ZFUSDX"}]} [22:00:36 INF] 开始执行规则引擎:际客百盈物流规则,Rule:(input1.OrderPlace.ConvertToString()=="USDX" OR input1.OrderPlace.ConvertToString()=="EUDX") AND ((input1.PostalCode.ConvertToString()!="Z+FSELF" AND input1.PostalCode.ConvertToString()!="Z+SELF")) [22:00:36 ERR] 回滚事务 VOL.Exceptions.UnknownException: CB8499700:校验失败,无符合条件的规则 at JK.RuleRegines.Services.JKWorkflowRuleService.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, Func`2 func, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.RuleRegines\Services\JKRuleEngines\Partial\JKWorkflowRuleService.cs:line 335 at JK.RuleRegines.Controllers.JKWorkflowRuleController.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.WebApi\Controllers\RuleRegines\Partial\JKWorkflowRuleController.cs:line 107 at lambda_method706(Closure, Object) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 36 [22:00:36 ERR] HTTP POST /api/JKWorkflowRule/CheckWorkflowRule responded 500 in 72.2678 ms VOL.Exceptions.UnknownException: CB8499700:校验失败,无符合条件的规则 at JK.RuleRegines.Services.JKWorkflowRuleService.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, Func`2 func, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.RuleRegines\Services\JKRuleEngines\Partial\JKWorkflowRuleService.cs:line 335 at JK.RuleRegines.Controllers.JKWorkflowRuleController.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.WebApi\Controllers\RuleRegines\Partial\JKWorkflowRuleController.cs:line 107 at lambda_method706(Closure, Object) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 36 at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 44 at VOL.Core.Middleware.HttpRequestMiddleware.<>c__DisplayClass1_0.<b__1>d.MoveNext() in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\Middleware\HttpRequestMiddleware.cs:line 19 --- End of stack trace from previous location --- at Serilog.AspNetCore.RequestLoggingMiddleware.Invoke(HttpContext httpContext) [22:00:36 INF] CookieName: CNERPSSOCookie [22:00:36 INF] ERPSSOCookie: null 服务器处理出现异常:CB8499700:校验失败,无符合条件的规则 Begin BulkCopy name:[Sys_Log] ,count: 2,current time: 2025/9/21 22:00:38 [22:00:42 INF] HTTP GET /api/JKRulePool/GetAllRulePool responded 200 in 9.9182 ms [22:00:42 INF] 启动事务:/api/JKWorkflowRule/CheckWorkflowRule [22:00:42 INF] 校验规则引擎规则:{"Id":"CB8499702","WorkflowName":"代销发货仓规则","Items":[{"Label":"PostalCode","Value":"75792"},{"Label":"OrderPlace","Value":"ZFUSDX"}]} [22:00:42 INF] 开始执行规则引擎:际客百盈欧洲代销分仓规则,Rule:(input1.OrderPlace.ConvertToString()=="EUDX") [22:00:42 INF] 开始执行规则引擎:兆丰欧洲代销,Rule:(input1.OrderPlace.ConvertToString()=="ZFEUDX") [22:00:42 INF] 开始执行规则引擎:际客百盈美东代销,Rule:(input1.OrderPlace.ConvertToString()=="USDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"0,1,2")) [22:00:42 INF] 开始执行规则引擎:兆丰美东代销,Rule:(Utils.ConvertToString(input1.OrderPlace)=="ZFUSDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"0,1,2")) [22:00:42 INF] 开始执行规则引擎:际客百盈美中代销,Rule:(input1.OrderPlace.ConvertToString()=="USDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"3,4,5,6,7")) [22:00:42 INF] 开始执行规则引擎:兆丰美中代销,Rule:input1.OrderPlace.ConvertToString()=="ZFUSDX" AND Utils.StartWith(input1.PostalCode.ConvertToString(),"3,4,5,6,7") [22:00:42 INF] 校验规则引擎规则响应内容:{"ActionCode":"SG001","ActionData":{"PostalRoute":[],"CanFreightIsZero":null,"IsAutoCheckPostalRoute":null,"IsInventoryPriority":false,"LogicWarehouse":["USMDX99"],"Remark":""}} [22:00:42 INF] 提交事务:/api/JKWorkflowRule/CheckWorkflowRule [22:00:42 INF] HTTP POST /api/JKWorkflowRule/CheckWorkflowRule responded 200 in 72.3517 ms [22:00:42 INF] CookieName: CNERPSSOCookie [22:00:42 INF] ERPSSOCookie: null [22:00:42 INF] 启动事务:/api/JKWorkflowRule/CheckWorkflowRule [22:00:42 INF] 校验规则引擎规则:{"Id":"CB8499702","WorkflowName":"代销物流规则","Items":[{"Label":"PostalCode","Value":"75792"},{"Label":"OrderPlace","Value":"ZFUSDX"}]} [22:00:42 INF] 开始执行规则引擎:际客百盈物流规则,Rule:(input1.OrderPlace.ConvertToString()=="USDX" OR input1.OrderPlace.ConvertToString()=="EUDX") AND ((input1.PostalCode.ConvertToString()!="Z+FSELF" AND input1.PostalCode.ConvertToString()!="Z+SELF")) [22:00:42 ERR] 回滚事务 VOL.Exceptions.UnknownException: CB8499702:校验失败,无符合条件的规则 at JK.RuleRegines.Services.JKWorkflowRuleService.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, Func`2 func, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.RuleRegines\Services\JKRuleEngines\Partial\JKWorkflowRuleService.cs:line 335 at JK.RuleRegines.Controllers.JKWorkflowRuleController.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.WebApi\Controllers\RuleRegines\Partial\JKWorkflowRuleController.cs:line 107 at lambda_method706(Closure, Object) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 36 [22:00:42 ERR] HTTP POST /api/JKWorkflowRule/CheckWorkflowRule responded 500 in 114.0124 ms VOL.Exceptions.UnknownException: CB8499702:校验失败,无符合条件的规则 at JK.RuleRegines.Services.JKWorkflowRuleService.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, Func`2 func, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.RuleRegines\Services\JKRuleEngines\Partial\JKWorkflowRuleService.cs:line 335 at JK.RuleRegines.Controllers.JKWorkflowRuleController.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.WebApi\Controllers\RuleRegines\Partial\JKWorkflowRuleController.cs:line 107 at lambda_method706(Closure, Object) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 36 at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 44 at VOL.Core.Middleware.HttpRequestMiddleware.<>c__DisplayClass1_0.<b__1>d.MoveNext() in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\Middleware\HttpRequestMiddleware.cs:line 19 --- End of stack trace from previous location --- at Serilog.AspNetCore.RequestLoggingMiddleware.Invoke(HttpContext httpContext) [22:00:42 INF] CookieName: CNERPSSOCookie [22:00:42 INF] ERPSSOCookie: null 服务器处理出现异常:CB8499702:校验失败,无符合条件的规则 Begin BulkCopy name:[Sys_Log] ,count: 2,current time: 2025/9/21 22:00:43 [22:21:18 INF] Application is shutting down...