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 @@