tangjiang 1 tuần trước cách đây
mục cha
commit
a196ab540a
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/Hotline/Orders/OrderDomainService.cs

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

@@ -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
                   {