diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/manager/activity/award/WeeklyRewardsSentManager.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/manager/activity/award/WeeklyRewardsSentManager.java index 5b376ee3..9628b939 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/manager/activity/award/WeeklyRewardsSentManager.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/manager/activity/award/WeeklyRewardsSentManager.java @@ -259,7 +259,7 @@ public class WeeklyRewardsSentManager { sendRewardToUser(sysOriginPlatformEnum, activityId, user.getUserId(), reward.getResourceGroupId()); // 更新奖励状态 - sysActivityConfigClient.updateButOneRewardsStatusTrue(activityId, reward.getRewardId()); +// sysActivityConfigClient.updateButOneRewardsStatusTrue(activityId, reward.getRewardId()); log.info("[KingQueen] 国王奖励发放成功 - 排名: {}, 用户ID: {}, 奖励组ID: {}", i + 1, user.getUserId(), reward.getResourceGroupId()); @@ -297,7 +297,7 @@ public class WeeklyRewardsSentManager { sendRewardToUser(sysOriginPlatformEnum, activityId, user.getUserId(), reward.getResourceGroupId()); // 更新奖励状态 - sysActivityConfigClient.updateButTwoRewardsStatusTrue(activityId, reward.getRewardId()); +// sysActivityConfigClient.updateButTwoRewardsStatusTrue(activityId, reward.getRewardId()); log.info("[KingQueen] 王后奖励发放成功 - 排名: {}, 用户ID: {}, 奖励组ID: {}", i + 1, user.getUserId(), reward.getResourceGroupId());