李昊 4 년 전
부모
커밋
743f665721
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      GxPress/Repository/GxPress.Repository.Implement/WorkFlow/FlowTodoRepository.cs

+ 4 - 0
GxPress/Repository/GxPress.Repository.Implement/WorkFlow/FlowTodoRepository.cs

@@ -325,6 +325,10 @@ namespace GxPress.Repository.Implement.WorkFlow
                                 tede_process b ON a.ProcessId = b.id
                                     INNER JOIN
                                 tede_flow c ON c.Id = a.FlowId
+                                INNER JOIN
+                                 tede_user d on d.Id=a.UserId
+                                 INNER JOIN
+                                 tede_user e on e.Id=c.UserId
                             WHERE
                                 a.UserId = {userId}
                                     AND a.Type = '{type}'";