Merge branch 'sprint214_fix_bug' into 'master'

* Processing product default value error.

See merge request easycorp/zentaopms!4569
This commit is contained in:
王怡栋
2022-07-15 02:36:10 +00:00
+3
View File
@@ -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;