From ebb03938e51c1c522497c8ece2cc506892aa661d Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Mon, 28 Aug 2023 17:29:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=B4=A2=E5=8A=A1=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/model/user/UserAccountLog.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/model/user/UserAccountLog.php b/app/common/model/user/UserAccountLog.php index f6b490c24..0e93c1222 100755 --- a/app/common/model/user/UserAccountLog.php +++ b/app/common/model/user/UserAccountLog.php @@ -31,7 +31,7 @@ class UserAccountLog extends BaseModel public function userInfo() { - return $this->hasOne(User::class, 'id', 'user_id')->field('id,nickname,avatar,group_id'); + return $this->hasOne(User::class, 'id', 'user_id')->field('id,nickname,avatar,sn,mobile,group_id'); } public function companyInfo(){