|
@@ -157,7 +157,7 @@ public class WorkflowEndHandler : INotificationHandler<EndWorkflowNotify>
|
|
|
order.ProcessType is EProcessType.Zhiban)
|
|
|
: 0;
|
|
|
order.File(now, handleDuration, fileDuration, allDuration);
|
|
|
- order.FileUserName = notification.Trace.HandlerId;
|
|
|
+ order.FileUserId = notification.Trace.HandlerId;
|
|
|
order.FileUserName = notification.Trace.HandlerName;
|
|
|
order.FileUserOrgId = notification.Trace.HandlerOrgId;
|
|
|
order.FileUserOrgName = notification.Trace.HandlerOrgName;
|
|
@@ -166,6 +166,8 @@ public class WorkflowEndHandler : INotificationHandler<EndWorkflowNotify>
|
|
|
{
|
|
|
order.FileUserRole = EFileUserType.Org;
|
|
|
}
|
|
|
+ //TODO
|
|
|
+
|
|
|
|
|
|
await _orderRepository.UpdateAsync(order, cancellationToken);
|
|
|
var callRecord = await _trCallRecordRepository.GetAsync(p => p.CallAccept == order.CallId, cancellationToken);
|