From a792145f602be50b9c2503f6aca98e92d1385ff9 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Tue, 5 Dec 2023 16:42:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=EF=BC=9A=E5=95=86=E6=88=B7?= =?UTF-8?q?=E7=AB=AF=20-=20=E8=A3=85=E4=BF=AE=E7=BC=96=E8=BE=91=20-=20?= =?UTF-8?q?=E4=B8=8D=E6=98=BE=E7=A4=BA=E7=9A=84=E9=A1=B5=E9=9D=A2=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=20=20=E4=B8=8D=E5=9C=A8=E6=9F=A5=E8=AF=A2=E5=87=BA?= =?UTF-8?q?=E6=9D=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/admin/system/diy/PageLink.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controller/admin/system/diy/PageLink.php b/app/controller/admin/system/diy/PageLink.php index 53b2fa7..280585a 100644 --- a/app/controller/admin/system/diy/PageLink.php +++ b/app/controller/admin/system/diy/PageLink.php @@ -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)); }