* Finish task #6452.

This commit is contained in:
Yagami
2019-10-12 11:08:39 +08:00
parent 26bd0e996f
commit 908d70ef34
+1
View File
@@ -1719,6 +1719,7 @@ class projectModel extends model
->where('t1.account')->eq($account)
->andWhere('t1.root')->ne($currentProject)
->andWhere('t1.type')->eq('project')
->andWhere('t2.deleted')->eq('0')
->groupBy('t1.root')
->orderBy('t1.root DESC')
->fetchPairs();