From f71b517ec3465d9055887dd3f06719f64bed4721 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Fri, 8 Sep 2023 17:16:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/AdminZoneManage.php | 2 +- app/controller/Zone.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controller/AdminZoneManage.php b/app/controller/AdminZoneManage.php index 33c224e..dc71dbf 100644 --- a/app/controller/AdminZoneManage.php +++ b/app/controller/AdminZoneManage.php @@ -20,7 +20,7 @@ class AdminZoneManage extends BaseController public function zoneGoodsList() { $param = Request::param(); - return $this->renderSuccess('数据返回成功',ZoneGoods::getList($param,true)); + return $this->renderSuccess('数据返回成功',ZoneGoods::getList($param)); } /** diff --git a/app/controller/Zone.php b/app/controller/Zone.php index d8d36a4..4da1f7f 100644 --- a/app/controller/Zone.php +++ b/app/controller/Zone.php @@ -32,7 +32,7 @@ class Zone extends BaseController public function zoneGoodsList() { $param = Request::param(); - return $this->renderSuccess('数据返回成功',ZoneGoods::getList($param)); + return $this->renderSuccess('数据返回成功',ZoneGoods::getList($param,true)); } /**