From 69fd07ac2f8b637f885ce76dd20215495ee26888 Mon Sep 17 00:00:00 2001 From: hufangzhou <746775970@qq.com> Date: Mon, 26 Apr 2021 10:17:01 +0800 Subject: [PATCH] * Adjust the execution getSwitcher link when the execution do not link proudct. --- module/execution/model.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/module/execution/model.php b/module/execution/model.php index d8df221d79..c2b818b864 100644 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -1151,6 +1151,11 @@ class executionModel extends model $module = 'execution'; $method = 'story'; } + if($module == 'product' and $method == 'showerrornone') + { + $module = 'execution'; + $method = 'task'; + } if($module == 'execution' and $method == 'create') return; if($extra != '')