Merge branch 'master_liuhong_24281' into 'master'

Master liuhong 24281

See merge request easycorp/zentaopms!4752
This commit is contained in:
王怡栋
2022-08-03 02:13:32 +00:00
+1 -1
View File
@@ -1281,7 +1281,7 @@ class product extends control
$this->view->title = $this->lang->product->common;
$this->view->position[] = $this->lang->product->common;
$this->view->recTotal = count($productStats);
$this->view->recTotal = $pager->recTotal;
$this->view->productStats = $productStats;
$this->view->productStructure = $productStructure;
$this->view->productLines = $productLines;