|
@@ -66,7 +66,6 @@ class Config extends BaseController
|
|
|
$where = $this->request->params(['keyword', 'config_classify_id', 'user_type']);
|
|
|
[$page, $limit] = $this->getPage();
|
|
|
$lst = $this->repository->lst($where, $page, $limit);
|
|
|
- var_dump($lst);exit();
|
|
|
return app('json')->success($lst);
|
|
|
}
|
|
|
|