xf 4 сар өмнө
parent
commit
8abd1a30f1

+ 0 - 1
src/Hotline.Application/Handlers/FlowEngine/WorkflowEndHandler.cs

@@ -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