This commit is contained in:
mayue
2021-11-25 14:35:33 +08:00
parent 36afb288d6
commit f92ba845a3
5 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ class branchModel extends model
$executionBranches = $this->dao->select('branch')->from(TABLE_PROJECTPRODUCT)
->where('project')->eq($executionID)
->andWhere('product')->eq($productID)
->fetchAll();
->fetchAll('branch');
if(empty($executionBranches)) return array();
}