From 9b81950fe11d65b11485c6877dc9e4cdda2483dc Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Wed, 31 Dec 2025 18:38:22 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=86=E5=8F=96=E5=A5=96=E5=8A=B1=E5=86=99?= =?UTF-8?q?=E6=AD=BB=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../other/app/command/activity/ClaimActivityRewardExe.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/activity/ClaimActivityRewardExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/activity/ClaimActivityRewardExe.java index f41b6838..e81ad92b 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/activity/ClaimActivityRewardExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/activity/ClaimActivityRewardExe.java @@ -119,7 +119,7 @@ public class ClaimActivityRewardExe { ActivityPropsGroup group = activitySourceGroupGateway.getActivityPropsGroup( sysOrigin.name(), - ruleConfigs.get(0).getResourceGroupId() + targetRule.getResourceGroupId() ); List activityRewardProps = group.getActivityRewardProps();