Commit c3801f31 authored by shajiaiming's avatar shajiaiming

add param

parent 58d794f3
...@@ -164,6 +164,7 @@ class UserController extends BaseController ...@@ -164,6 +164,7 @@ class UserController extends BaseController
$real_type = Yii::$app->request->get('real_type', ''); $real_type = Yii::$app->request->get('real_type', '');
$search_type = Yii::$app->request->get('search_type', 'user'); $search_type = Yii::$app->request->get('search_type', 'user');
$search = Yii::$app->request->get('search', ''); $search = Yii::$app->request->get('search', '');
$excel = Yii::$app->request->get('excel', '');
$start_time = Yii::$app->request->get('start_time', ''); $start_time = Yii::$app->request->get('start_time', '');
$end_time = Yii::$app->request->get('end_time', ''); $end_time = Yii::$app->request->get('end_time', '');
$params = [ $params = [
...@@ -172,6 +173,7 @@ class UserController extends BaseController ...@@ -172,6 +173,7 @@ class UserController extends BaseController
'real_type' => $real_type, 'real_type' => $real_type,
'search_type' => $search_type, 'search_type' => $search_type,
'search' => $search, 'search' => $search,
'excel' => $excel,
'start_time' => $start_time, 'start_time' => $start_time,
'end_time' => $end_time 'end_time' => $end_time
]; ];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment