diff --git a/Myshipping.Application/Service/TaskManagePlat/TaskManageService.cs b/Myshipping.Application/Service/TaskManagePlat/TaskManageService.cs index cb1b9a67..6fc05a68 100644 --- a/Myshipping.Application/Service/TaskManagePlat/TaskManageService.cs +++ b/Myshipping.Application/Service/TaskManagePlat/TaskManageService.cs @@ -1986,9 +1986,9 @@ namespace Myshipping.Application RecursiveMethod(newflow, depth,model); } - if ((bool)result) + if (!(bool)result) { - if (flow.TrueMethod==null) + if (flow.FalseMethod==null) { return; }