|
|
@@ -116,7 +116,6 @@ class ProductController extends BaseController
|
|
|
$showPage = Yii::$app->request->get('showPage', 0);
|
|
|
if ($showPage) {
|
|
|
if ($type == 'waring') {
|
|
|
- Yii::$app->params['pageSize'] = 1000;
|
|
|
$respond = ProductClass::getList("*", $where, "stock asc");
|
|
|
} else {
|
|
|
$respond = ProductClass::getList("*", $where, "inTurn desc");
|