xf 1 year ago
parent
commit
8caf9dafc6
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.IsCountersignEndStep = true;
             csEndStep.CountersignStartStepId = countersignStartStep.Id;
             csEndStep.CountersignStartStepId = countersignStartStep.Id;
             csEndStep.Name = dto.NextStepName;
             csEndStep.Name = dto.NextStepName;
-            //csEndStep.Handlers = new List<Kv> { new(countersignStartStep.HandlerId, countersignStartStep.HandlerName) };
+            csEndStep.Handlers = countersignStartStep.Handlers;
             csEndStep.TimeLimit = GetTimeLimit(""); //todo 过期时间
             csEndStep.TimeLimit = GetTimeLimit(""); //todo 过期时间
 
 
             csEndStep.Reset();
             csEndStep.Reset();