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