From 049a2674829883e992223b623b7a1ca67bc5099b Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Tue, 10 Feb 2026 18:13:12 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=96=8B=E6=9C=88=E6=B4=BB=E5=8A=A8c?= =?UTF-8?q?ycleKey=E5=A4=84=E7=90=86"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 5ca69a0fc20368e888284cbf1836e966dc0490e4. --- .../other/app/listener/gift/strategy/RankCountStrategy.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/listener/gift/strategy/RankCountStrategy.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/listener/gift/strategy/RankCountStrategy.java index ce575c20..0684c4e9 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/listener/gift/strategy/RankCountStrategy.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/listener/gift/strategy/RankCountStrategy.java @@ -444,12 +444,6 @@ public class RankCountStrategy implements GiftStrategy { RankingActivityType activityType = RankingActivityType.valueOf(activity.getActivityType()); Integer cycleType = RankingCycleType.WEEKLY.getCode(); - //特殊活动 - if (RankingActivityType.RAMADAN == activityType) { - cycleKey = "2026-02-17"; - cycleType = RankingCycleType.MONTHLY.getCode(); - } - getDataUpdateCmd(runningWater, cycleKey, actualAmount, activityType, cycleType); } catch (IllegalArgumentException e) { log.warn("未识别的活动类型: {}, activityId={}", activity.getActivityType(), activity.getId());