* Finish task#41578.

This commit is contained in:
qiyu-xie
2021-08-18 15:59:52 +08:00
parent 85043c81df
commit 744234725b
+1 -1
View File
@@ -1617,7 +1617,7 @@ class projectModel extends model
return $this->dao->select('account, role, hours')
->from(TABLE_TEAM)
->where('root')->eq($projectID)
->andWhere('type')->in('project')
->andWhere('type')->eq('project')
->andWhere('account')->notIN($currentMembers)
->fetchAll('account');
}