From a70bc231bece182945e0fdb8add014776cdc196c Mon Sep 17 00:00:00 2001 From: jsasg <735273025@qq.com> Date: Tue, 28 Apr 2026 18:03:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E4=BC=9A=E5=91=98?= =?UTF-8?q?=E6=9D=83=E7=9B=8A=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/wdsxh/member/MemberBenefits.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/controller/wdsxh/member/MemberBenefits.php b/application/api/controller/wdsxh/member/MemberBenefits.php index 2926b18..6743210 100644 --- a/application/api/controller/wdsxh/member/MemberBenefits.php +++ b/application/api/controller/wdsxh/member/MemberBenefits.php @@ -115,7 +115,7 @@ class MemberBenefits extends Api 'id' => $v['id'], 'join_config_id' => $v['join_config_id'], 'name' => $v['name'], - 'has' => !empty($owned_ids) && in_array($val['id'], $owned_ids, true), + 'has' => !empty($owned_ids) && in_array($v['id'], $owned_ids, true), ]; }