From 488f9c9a6fb57bf6c023dbb401f2c8585159da32 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq.com> Date: Mon, 9 Jun 2025 16:11:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=8A=E5=A4=A9=E7=95=8C=E9=9D=A2=EF=BC=8C?= =?UTF-8?q?=E5=A5=BD=E6=9C=89=E5=90=8D=E7=A7=B0=E4=B8=8D=E4=B8=80=E8=87=B4?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/enterprise/model/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/enterprise/model/User.php b/app/enterprise/model/User.php index 66ae5ec..737c1fd 100644 --- a/app/enterprise/model/User.php +++ b/app/enterprise/model/User.php @@ -363,7 +363,7 @@ class User extends BaseModel if($friend){ foreach($friend as $key=>$val){ if($val['friend_user_id']==$v['user_id']){ - $v['realname']=$val['nickname'] ? : $v['displayName']; + $v['displayName']=$val['nickname'] ? : $v['displayName']; break; } }