...
|
...
|
@@ -80,6 +80,7 @@ class UserController extends AdminBaseController |
|
|
{
|
|
|
/**查询条件**/
|
|
|
$where = ["user_type" => 2];
|
|
|
$where = ["stydent_type" => 1];
|
|
|
/**搜索条件**/
|
|
|
$user_nickname = $this->request->param('user_nickname');
|
|
|
$mobile = trim($this->request->param('mobile'));
|
...
|
...
|
|