From 76dc008820d320aff444f7e172afafbfc9018f42 Mon Sep 17 00:00:00 2001 From: leiyong <1549684884@qq.com> Date: Fri, 15 Jul 2022 02:30:21 +0000 Subject: [PATCH] * Processing product default value error. --- module/execution/control.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/module/execution/control.php b/module/execution/control.php index 6719246fdd..433c01591d 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -727,6 +727,9 @@ class execution extends control } if($type == 'bymodule') { + $module = $this->loadModel('tree')->getByID($param); + $productID = $module->root; + $_COOKIE['storyModuleParam'] = $param; $_COOKIE['storyProductParam'] = 0; $_COOKIE['storyBranchParam'] = 0;