Эх сурвалжийг харах

fixed: 结束会签创建trace时排除当前节点处于会签中的场景

xf 5 сар өмнө
parent
commit
efafba85a9

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

@@ -2689,7 +2689,7 @@ namespace Hotline.FlowEngine.Workflows
             trace.TraceType = traceType;
             trace.SendHandleTimes = sendHandleTimes;
 
-            if (workflow.IsInCountersign /*step.IsInCountersign()*/)
+            if (workflow.IsInCountersign && step.IsInCountersign())
             {
                 if (step.IsCountersignEndStep)
                 {