From ecb5a9de74c1c161d6d56c13e6d7b7de663b9da8 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Fri, 8 Sep 2023 15:25:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E6=95=B0=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 ec6002c..33c224e 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['zone_id'],true)); + return $this->renderSuccess('数据返回成功',ZoneGoods::getList($param,true)); } /** diff --git a/app/controller/Zone.php b/app/controller/Zone.php index 56c8b2e..d8d36a4 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['zone_id'])); + return $this->renderSuccess('数据返回成功',ZoneGoods::getList($param)); } /**