From 823adf6b6d6f2dd89ca1ec5d842c746092d74ea5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=B1=BC=E5=BC=80=E5=8F=91?= Date: Sun, 11 Aug 2024 23:50:17 +0800 Subject: [PATCH] 0811 --- home/controllers/h5/market/sytopic/Welcome.php | 2 +- home/views/h5/market/sytopic/index.php | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/home/controllers/h5/market/sytopic/Welcome.php b/home/controllers/h5/market/sytopic/Welcome.php index b20c7d21..4720b25c 100644 --- a/home/controllers/h5/market/sytopic/Welcome.php +++ b/home/controllers/h5/market/sytopic/Welcome.php @@ -50,7 +50,7 @@ class Welcome extends Wx $this->data['modules'] = array_values($moduleLists); $this->data['logoList'] = $this->module_option_model->getTypeEnrollBannerList($this->a_id); //获取门店信息 - $orgRow = $this->organization_model->get(['organizationId' => $row['organizationId']]); + $orgRow = $this->organization_model->get(['organizationId' => $channelRow['bizId']]); $ssBizId = (int)$orgRow['comments']; $biz = []; if ($ssBizId) { diff --git a/home/views/h5/market/sytopic/index.php b/home/views/h5/market/sytopic/index.php index c33c1329..cae4034c 100644 --- a/home/views/h5/market/sytopic/index.php +++ b/home/views/h5/market/sytopic/index.php @@ -125,7 +125,6 @@