This commit is contained in:
tianshujie98
2021-08-11 15:04:46 +08:00
30 changed files with 328 additions and 214 deletions
+1 -1
View File
@@ -2438,7 +2438,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');
}