From 274d7e417c332c506dfa73bafddce7ecdcee6d6c Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Mon, 26 Jan 2026 10:59:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=B8=E6=88=8F=E7=8E=8B=E5=8E=86=E5=8F=B2to?= =?UTF-8?q?p1=20=E6=9C=80=E5=A4=A7=E6=95=B0=E9=87=8F=E6=94=B9=E4=B8=BA=201?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../other/app/command/activity/query/HistoricalTop1QryExe.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/query/HistoricalTop1QryExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/activity/query/HistoricalTop1QryExe.java index 3997da9e..d54a95c3 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/activity/query/HistoricalTop1QryExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/activity/query/HistoricalTop1QryExe.java @@ -51,7 +51,7 @@ public class HistoricalTop1QryExe { // 查询最近10周的Top1 List historicalList = new ArrayList<>(); - for (int i = 1; i <= 5; i++) { + for (int i = 1; i <= 10; i++) { // 获取往前推i周的周一cycleKey String cycleKey = getWeekMondayCycleKey(i);