李昊 преди 4 години
родител
ревизия
dd2e9999eb
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      GxPress/Repository/GxPress.Repository.Implement/WorkFlow/FlowTodoRepository.cs

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

@@ -110,6 +110,8 @@ namespace GxPress.Repository.Implement.WorkFlow
                                 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}'";