* Fix a bug.

This commit is contained in:
hufangzhou
2020-09-03 17:00:13 +08:00
parent 0a46aa5512
commit c80bc3d36b
+1
View File
@@ -958,6 +958,7 @@ class userModel extends model
->where('t1.type')->eq('project')
->andWhere('t1.account')->eq($account)
->andWhere('t2.deleted')->eq(0)
->andWhere('t2.program')->ne(0)
->orderBy('t2.id_desc')
->fetchAll();