* Fix recTotal of product list.

This commit is contained in:
zhujinyong
2022-06-20 15:25:18 +08:00
parent 03b12b84f1
commit 0f311a2e2b
+1 -1
View File
@@ -55,7 +55,7 @@ class productsEntry extends entry
else
{
$control = $this->loadController('product', 'all');
$control->all($this->param('status', 'all'), $this->param('order', 'order_asc'));
$control->all($this->param('status', 'all'), $this->param('order', 'order_asc'), 0, 0, $this->param('limit', '20'), $this->param('page', '1') );
/* Response */
$data = $this->getData();