* Adjust code

This commit is contained in:
zenggang
2022-05-17 08:52:33 +00:00
parent 5bb5dfce54
commit 56363dbfeb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2012,7 +2012,7 @@ class executionModel extends model
$project = $this->loadModel('project')->getById($execution->project);
$brotherProjects = $this->project->getBrotherProjects($project);
$executions = $this->dao->select('id')->from(TABLE_EXECUTION)
->where('project')->in(array_keys($brotherProjects))
->where('project')->in($brotherProjects)
->andWhere('status')->ne('closed')
->fetchPairs('id');