where(['mall_id' => $this->mall_id]) ->andWhere(['status' => StatusEnum::ENABLED]) ->count(); return $this->render('index', ['cnt' => $cnt]); } }