* Fix bug#15988.

This commit is contained in:
xieqiyu
2022-04-14 10:17:52 +08:00
parent bdf2552afd
commit 15a9c5a9b2
+1
View File
@@ -222,6 +222,7 @@ class projectModel extends model
->leftJoin(TABLE_PROJECT)->alias('t2')->on('t1.execution = t2.id')
->where('t2.parent')->in($projectIdList)
->andWhere('t1.deleted')->eq(0)
->andWhere('t2.deleted')->eq(0)
->andWhere('t1.parent')->lt(1)
->groupBy('project')
->fetchAll('project');