* Fix the product default value error.

This commit is contained in:
leiyong
2022-07-15 01:14:52 +00:00
parent b24de96af9
commit 949d7e2ce5
+1 -1
View File
@@ -820,7 +820,7 @@ class execution extends control
$actionURL = $this->createLink('execution', 'story', "executionID=$executionID&orderBy=$orderBy&type=bySearch&queryID=myQueryID");
$branchGroups = $this->loadModel('branch')->getByProducts(array_keys($products));
$branchOption = array();
foreach($branchGroups as $productID => $branches)
foreach($branchGroups as $branches)
{
foreach($branches as $branchID => $name)
{