Merge branch 'tanghucheng_feedback_module' into 'master'

* Fix bug #28876.

See merge request easycorp/zentaopms!5872
This commit is contained in:
王怡栋
2022-10-24 07:57:41 +00:00
+1 -1
View File
@@ -2206,7 +2206,7 @@ class productModel extends model
{
$link = helper::createLink($module, $method, "productID=%s&type=$extra");
}
elseif($module == 'product' && $method == 'create')
elseif($module == 'product' && ($method == 'create' or $method == 'showimport'))
{
$link = helper::createLink($module, 'browse', "productID=%s&type=$extra");
}