|
@@ -325,6 +325,10 @@ namespace GxPress.Repository.Implement.WorkFlow
|
|
tede_process b ON a.ProcessId = b.id
|
|
tede_process b ON a.ProcessId = b.id
|
|
INNER JOIN
|
|
INNER JOIN
|
|
tede_flow c ON c.Id = a.FlowId
|
|
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
|
|
WHERE
|
|
a.UserId = {userId}
|
|
a.UserId = {userId}
|
|
AND a.Type = '{type}'";
|
|
AND a.Type = '{type}'";
|