From a6578b58ad4a89ea0b513cb87e7341b983a4a082 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Sat, 29 Jun 2019 14:04:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E4=BF=A1=E6=81=AF=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/service/UserService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/service/UserService.php b/application/service/UserService.php index ed9896e07..87ee241e9 100755 --- a/application/service/UserService.php +++ b/application/service/UserService.php @@ -1635,7 +1635,7 @@ class UserService // 获取用户信息 if(!empty($where_field) && !empty($where_value) && empty($user)) { - $user = self::UserInfo($where_field, $where_value, 'id,username,nickname,mobile,email,avatar') + $user = self::UserInfo($where_field, $where_value, 'id,username,nickname,mobile,email,avatar'); } if(!empty($user)) -- GitLab