diff --git a/frontend/controllers/PhoneCenterController.php b/frontend/controllers/PhoneCenterController.php index 1c7ce7c..e2df368 100644 --- a/frontend/controllers/PhoneCenterController.php +++ b/frontend/controllers/PhoneCenterController.php @@ -508,7 +508,7 @@ public function actionDownload(){ $request = Yii::$app->request; $company_type = $request->get('company_type',0); return $this->render('usercall-index',[ - 'company_id' => $company_type + 'company_type' => $company_type ]); } public function actionUsercallIndexJson(){