|
@@ -1018,7 +1018,7 @@ public class OrderDomainService : IOrderDomainService, IScopeDependency
|
|
|
var orgList = await _workflowTraceRepository.Queryable()
|
|
|
.Where(p => p.WorkflowId == workFlowId && p.CountersignPosition == ECountersignPosition.Direct
|
|
|
&& p.CountersignId == sendStep.StartCountersignId && p.IsStartCountersign == false
|
|
|
- && p.Status == EWorkflowStepStatus.Handled && p.BusinessType == EBusinessType.Department && p.HandlerOrgId.Length == 6)
|
|
|
+ && p.BusinessType == EBusinessType.Department && p.HandlerOrgId.Length == 6)
|
|
|
.Select(p => new Kv
|
|
|
{
|
|
|
Key = p.HandlerOrgId,
|