From 3996aa87fa4cbf3e5e3d734890ba0ffd74c4a08d Mon Sep 17 00:00:00 2001 From: knowpia <9812993@qq.com> Date: Wed, 14 Sep 2022 10:55:20 +0800 Subject: [PATCH] fix bug --- app/controller/Help.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controller/Help.php b/app/controller/Help.php index 3599e20..76f8be4 100644 --- a/app/controller/Help.php +++ b/app/controller/Help.php @@ -100,7 +100,7 @@ class Help "userid"=>$vo['userid'], "username"=>empty($users[$vo['userid']]['nickname'])?'':$users[$vo['userid']]['nickname'], "count"=>$vo['count'], - "identity"=>empty($users[$vo["user_id"]]['shiyou_id'])?1:0, + "identity"=>empty($users[$vo["userid"]]['shiyou_id'])?1:0, ]; }