diff --git a/Application/Home/Controller/QueryController.class.php b/Application/Home/Controller/QueryController.class.php index 57bbcd2..fe0848f 100644 --- a/Application/Home/Controller/QueryController.class.php +++ b/Application/Home/Controller/QueryController.class.php @@ -331,7 +331,7 @@ class QueryController extends BaseController $list['new_login_time'] = date('Y-m-d H:i:s', $newLoginData['login_time']); $list['new_login_ip'] = $newLoginData['login_ip']; - $list['account'] = getHideAccount($list['account']); + $list['account'] = getUserAccountOfPromote($list['account']); if (!empty($list['device_number'])) { $list['device_number'] = encryption($list['device_number']); }