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