* Adjust the execution getSwitcher link when the execution do not link proudct.

This commit is contained in:
hufangzhou
2021-04-26 10:17:01 +08:00
parent b2ffb0226f
commit 69fd07ac2f
+5
View File
@@ -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 != '')