添加:商户端 - 装修编辑 - 不显示的页面链接 不在查询出来

This commit is contained in:
wuhui_zzw 2023-12-05 16:42:17 +08:00
parent a4ed855156
commit a792145f60
1 changed files with 1 additions and 0 deletions

View File

@ -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));
}