This commit is contained in:
tianshujie
2022-04-20 10:57:00 +08:00
parent 524a2214ab
commit 0c55baddc6
5 changed files with 11 additions and 8 deletions
+1
View File
@@ -420,6 +420,7 @@ EOF;
$projects = $this->dao->select('t1.id,t1.name,t2.id as execution')->from(TABLE_PROJECT)->alias('t1')
->leftJoin(TABLE_EXECUTION)->alias('t2')->on('t1.id=t2.project')
->where('t2.id')->in($executionIDList)
->andWhere('t1.type')->eq('project')
->fetchAll('execution');
}