xf 1 жил өмнө
parent
commit
a0e8fb22c5

+ 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();