From 6b0b018f0fd8c081ef0e37923d05511cb99f1e72 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Thu, 29 Jan 2026 17:42:42 +0800 Subject: [PATCH] =?UTF-8?q?=E7=83=AD=E6=B8=B8=E6=B0=B4=E6=9E=9C=E6=B4=BE?= =?UTF-8?q?=E5=AF=B9=E6=B4=BB=E5=8A=A8=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../red/circle/other/app/service/game/HotGameServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/service/game/HotGameServiceImpl.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/service/game/HotGameServiceImpl.java index 7d1e8e6b..efcefa03 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/service/game/HotGameServiceImpl.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/service/game/HotGameServiceImpl.java @@ -316,7 +316,7 @@ public class HotGameServiceImpl implements HotGameService { incGameRankingActivity(param); //FruitParty -// incGameRankingTmpActivity(param); + incGameRankingTmpActivity(param); //处理游戏消费任务 if (param.getType() == 1) { @@ -354,7 +354,7 @@ public class HotGameServiceImpl implements HotGameService { receiverCmd.setUserSex(1); receiverCmd.setActivityType(RankingActivityType.FRUIT_PARTY.getCode()); receiverCmd.setCycleType(RankingCycleType.WEEKLY.getCode()); - receiverCmd.setCycleKey("20251222"); + receiverCmd.setCycleKey("20260129"); receiverCmd.setDimension(RankingDimension.GAME_WIN.getCode()); receiverCmd.setIncrementQuantity(request.getCoin()); receiverCmd.setBizNo(request.getGameId());