diff --git a/app/store/controller/Goods.php b/app/store/controller/Goods.php index 7a5a1584..9461d65a 100644 --- a/app/store/controller/Goods.php +++ b/app/store/controller/Goods.php @@ -34,8 +34,8 @@ class Goods extends Controller // 获取列表记录 $model = new GoodsModel; $params = $this->request->param(); - $params['channel'] = 'zy'; - //$list= $model->getList($params, (int)$this->request->param('pageSize', 15)); + //$params['channel'] = 'zy'; + $list= $model->getList($params, (int)$this->request->param('pageSize', 15)); return $this->renderSuccess(compact('list')); }