From b3125cf18eabb6ea4d9d7c214c81937afcfc7a75 Mon Sep 17 00:00:00 2001 From: zengchaoxin Date: Tue, 22 Oct 2019 14:43:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/controllers/PhoneCenterController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(){