diff --git a/home/controllers/h5/market/sytopic/Welcome.php b/home/controllers/h5/market/sytopic/Welcome.php index 170c25c7..ac2c4d3f 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 8b4f8ddb..1057336e 100644 --- a/home/views/h5/market/sytopic/index.php +++ b/home/views/h5/market/sytopic/index.php @@ -57,7 +57,7 @@