* Finish task #41235.

This commit is contained in:
holan20180123
2021-08-11 13:05:43 +08:00
parent ea4da56cbe
commit a2afd53537
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2434,7 +2434,7 @@ class executionModel extends model
return $this->dao->select('account, role, hours')
->from(TABLE_TEAM)
->where('root')->eq($execution)
->andWhere('type')->eq('execution')
->andWhere('type')->in('project,execution')
->andWhere('account')->notIN($currentMembers)
->fetchAll('account');
}