|
@@ -5621,6 +5621,7 @@ public class OrderApplication : IOrderApplication, IScopeDependency
|
|
|
StepName = x.Name,
|
|
|
SendOrderNum = SqlFunc.AggregateDistinctCount(w.ExternalId),
|
|
|
NoSendOrderNum = 0,
|
|
|
+ ReSendOrderNum = 0,
|
|
|
});
|
|
|
var itemsNo = _workflowTraceRepository.Queryable()
|
|
|
.LeftJoin<Workflow>((x, w) => x.WorkflowId == w.Id)
|
|
@@ -5635,6 +5636,7 @@ public class OrderApplication : IOrderApplication, IScopeDependency
|
|
|
UserName = x.HandlerName,
|
|
|
StepName = x.Name,
|
|
|
SendOrderNum = 0,
|
|
|
+ ReSendOrderNum =0,
|
|
|
NoSendOrderNum = SqlFunc.AggregateDistinctCount(w.ExternalId),
|
|
|
});
|
|
|
|