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