* fix bug.

This commit is contained in:
wangyidong
2017-12-11 14:37:00 +08:00
parent 71e60a0d5e
commit 54afa9bce1
3 changed files with 8 additions and 3 deletions
+1
View File
@@ -1636,6 +1636,7 @@ class projectModel extends model
->from(TABLE_TASK)
->where('project')->in(array_keys($projects))
->andWhere('deleted')->eq('0')
->andWhere('parent')->eq('0')
->andWhere('status')->notin('cancel,closed')
->groupBy('project')
->fetchAll();