From 4cdd6c16a8d51118a152c95f43a6817e091ea706 Mon Sep 17 00:00:00 2001 From: lcc Date: Mon, 12 Aug 2024 23:25:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=93=E9=A2=98=E6=A8=A1?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/models/market/Market_sytopic_module_option_model.php | 2 +- home/views/h5/market/sytopic/index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/models/market/Market_sytopic_module_option_model.php b/common/models/market/Market_sytopic_module_option_model.php index f889446e..d1328981 100644 --- a/common/models/market/Market_sytopic_module_option_model.php +++ b/common/models/market/Market_sytopic_module_option_model.php @@ -37,7 +37,7 @@ class Market_sytopic_module_option_model extends HD_Model { $this->load->model('market/market_sytopic_module_model'); $moduleModel = new Market_sytopic_module_model(); - $modelList = $moduleModel->select(['type' => $moduleModel::TYPE_ENROLL_BANNER], '', '', '', 'id'); + $modelList = $moduleModel->select(['type' => $moduleModel::TYPE_ENROLL_BANNER,'status'=>0], '', '', '', 'id'); $lists = []; if ($modelList) { $modelIdsStr = implode(',', array_column($modelList, 'id')); diff --git a/home/views/h5/market/sytopic/index.php b/home/views/h5/market/sytopic/index.php index f9b53f65..fc3e94f1 100644 --- a/home/views/h5/market/sytopic/index.php +++ b/home/views/h5/market/sytopic/index.php @@ -306,7 +306,7 @@