|
@@ -153,6 +153,8 @@ public class WorkflowEndHandler : INotificationHandler<EndWorkflowNotify>
|
|
|
order.CenterToOrgTime.Value, now,
|
|
|
order.ProcessType is EProcessType.Zhiban)
|
|
|
: 0;
|
|
|
+ creationTimeHandleDurationWorkday = creationTimeHandleDurationWorkday <= 0 ? 10 : creationTimeHandleDurationWorkday;
|
|
|
+ centerToOrgHandleDurationWorkday = centerToOrgHandleDurationWorkday <= 0 ? 10 : centerToOrgHandleDurationWorkday;
|
|
|
|
|
|
order.File(now, handleDuration, fileDuration, allDuration, creationTimeHandleDurationWorkday, centerToOrgHandleDurationWorkday);
|
|
|
order.FileUserId = notification.Trace.HandlerId;
|