浏览代码

自贡任务会签件发布修改,只要发起了会签不管办不办都要回访

tangjiang 1 周之前
父节点
当前提交
a45b6d4fd9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Hotline/Orders/OrderDomainService.cs

+ 1 - 1
src/Hotline/Orders/OrderDomainService.cs

@@ -1018,7 +1018,7 @@ public class OrderDomainService : IOrderDomainService, IScopeDependency
             var orgList = await _workflowTraceRepository.Queryable()
             var orgList = await _workflowTraceRepository.Queryable()
                   .Where(p => p.WorkflowId == workFlowId && p.CountersignPosition == ECountersignPosition.Direct
                   .Where(p => p.WorkflowId == workFlowId && p.CountersignPosition == ECountersignPosition.Direct
                   && p.CountersignId == sendStep.StartCountersignId && p.IsStartCountersign == false
                   && 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
                   .Select(p => new Kv
                   {
                   {
                       Key = p.HandlerOrgId,
                       Key = p.HandlerOrgId,