|
@@ -143,10 +143,12 @@ public class WorkflowNextHandler : INotificationHandler<NextStepNotify>
|
|
|
|
|
|
// expiredTimeChanged = true;
|
|
// expiredTimeChanged = true;
|
|
//}
|
|
//}
|
|
- await _orderRepository.UpdateAsync(order, cancellationToken);
|
|
|
|
|
|
+ await _orderRepository.UpdateAsync(order, cancellationToken);
|
|
|
|
|
|
//司法行政监督管理-推诿工单
|
|
//司法行政监督管理-推诿工单
|
|
- await _enforcementApplication.AddPassTheBuckOrderAsync(order, _sessionContext.RequiredOrgId, _sessionContext.OrgName, cancellationToken);
|
|
|
|
|
|
+ if (notification.Trace.StepType != EStepType.Summary && notification.Trace.StepType != EStepType.End && !notification.Trace.IsCountersignEndStep)
|
|
|
|
+ await _enforcementApplication.AddPassTheBuckOrderAsync(order, _sessionContext.RequiredOrgId, _sessionContext.OrgName, cancellationToken);
|
|
|
|
+
|
|
try
|
|
try
|
|
{
|
|
{
|
|
if (notification.Dto.IsSms)
|
|
if (notification.Dto.IsSms)
|
|
@@ -213,7 +215,7 @@ public class WorkflowNextHandler : INotificationHandler<NextStepNotify>
|
|
HandlerOrgLevel = notification.HandlerOrgId.CalcOrgLevel()
|
|
HandlerOrgLevel = notification.HandlerOrgId.CalcOrgLevel()
|
|
}, cancellationToken: cancellationToken);
|
|
}, cancellationToken: cancellationToken);
|
|
|
|
|
|
-
|
|
|
|
|
|
+
|
|
break;
|
|
break;
|
|
case WorkflowModuleConsts.KnowledgeAdd:
|
|
case WorkflowModuleConsts.KnowledgeAdd:
|
|
case WorkflowModuleConsts.KnowledgeUpdate:
|
|
case WorkflowModuleConsts.KnowledgeUpdate:
|