xf 1 year ago
parent
commit
a0e8fb22c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Hotline/FlowEngine/Workflows/WorkflowDomainService.cs

+ 1 - 1
src/Hotline/FlowEngine/Workflows/WorkflowDomainService.cs

@@ -577,7 +577,7 @@ namespace Hotline.FlowEngine.Workflows
             csEndStep.IsCountersignEndStep = true;
             csEndStep.CountersignStartStepId = countersignStartStep.Id;
             csEndStep.Name = dto.NextStepName;
-            csEndStep.Handlers = new List<Kv> { new(countersignStartStep.HandlerId, countersignStartStep.HandlerName) };
+            //csEndStep.Handlers = new List<Kv> { new(countersignStartStep.HandlerId, countersignStartStep.HandlerName) };
             csEndStep.TimeLimit = GetTimeLimit(""); //todo 过期时间
 
             csEndStep.Reset();