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();