|
@@ -126,7 +126,6 @@ public class WorkflowEndHandler : INotificationHandler<EndWorkflowNotify>
|
|
|
withExtension: true, cancellationToken: cancellationToken);
|
|
|
//order.CheckIfFiled();
|
|
|
//order.UpdateHandlingStatus(workflow.IsInCountersign);
|
|
|
- order.Status = EOrderStatus.Filed;
|
|
|
_mapper.Map(workflow, order);
|
|
|
var now = DateTime.Now;
|
|
|
var handleDuration = order.CenterToOrgTime.HasValue && order.ActualHandleTime.HasValue
|