This commit is contained in:
tanghucheng
2022-08-29 10:14:18 +08:00
parent d859327126
commit 5660267ec2
+1 -1
View File
@@ -332,7 +332,7 @@ class testreportModel extends model
$this->loadModel('tree');
$modules = array();
$data = array();
if(is_string($productIdList)) $productIdList = explode(',', $productIdList);
if(!is_array($productIdList)) $productIdList = explode(',', $productIdList);
foreach($productIdList as $productID) $modules += $this->tree->getOptionMenu($productID, $viewType = 'bug');
foreach($moduleGroups as $moduleID => $count)
{