From 949d7e2ce5ede38113efa1bc9c1947d077948a34 Mon Sep 17 00:00:00 2001 From: leiyong <1549684884@qq.com> Date: Fri, 15 Jul 2022 01:14:52 +0000 Subject: [PATCH] * Fix the product default value error. --- module/execution/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/control.php b/module/execution/control.php index cf6b9eea59..6719246fdd 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -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) {