*Fox bug 25436

This commit is contained in:
liuhong
2022-07-22 01:49:45 +00:00
parent 8acfb0b8df
commit 65aa0b2eee
+1
View File
@@ -217,6 +217,7 @@ class buildModel extends model
{
$selectedBuilds = $this->dao->select('id, name')->from(TABLE_BUILD)
->where('id')->in($buildIdList)
->beginIF($products)->andWhere('product')->in($products)->fi()
->beginIF($objectType === 'execution')->andWhere('execution')->eq($objectID)->fi()
->beginIF($objectType === 'project')->andWhere('project')->eq($objectID)->fi()
->fetchPairs();