|
@@ -1016,8 +1016,8 @@ public class OrderDomainService : IOrderDomainService, IScopeDependency
|
|
|
if (sendStep != null)
|
|
|
{
|
|
|
var orgList = await _workflowTraceRepository.Queryable()
|
|
|
- .Where(p => p.WorkflowId == workFlowId && p.CountersignPosition == ECountersignPosition.Direct
|
|
|
- && p.CountersignId == sendStep.StartCountersignId && p.IsStartCountersign == false
|
|
|
+ .Where(p => p.WorkflowId == workFlowId //&& p.CountersignPosition == ECountersignPosition.Direct
|
|
|
+ && p.CountersignId == sendStep.StartCountersignId //&& p.IsStartCountersign == false
|
|
|
&& p.BusinessType == EBusinessType.Department && p.HandlerOrgId.Length == 6)
|
|
|
.Select(p => new Kv
|
|
|
{
|