* Finish task #55623.

This commit is contained in:
zhouxudong
2022-06-01 01:42:38 +00:00
parent 71a55f5dcf
commit 88e32db3a6

View File

@@ -83,6 +83,8 @@ class productModel extends model
$productID = key($products);
}
if(empty($products)) return;
$this->app->loadLang('product');
if(!$isQaModule and !$productID)
{