添加:商户端 - 装修编辑 - 不显示的页面链接 不在查询出来
This commit is contained in:
parent
a4ed855156
commit
a792145f60
|
|
@ -37,6 +37,7 @@ class PageLink extends BaseController
|
|||
[$page, $limit] = $this->getPage();
|
||||
//$where = $this->request->params([['status',1]]);
|
||||
$where['is_mer'] = $this->request->param('type',0);
|
||||
$where['status'] = $this->request->param('status',1);
|
||||
return app('json')->success($this->repository->getList($where, $page, $limit));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue