游戏王历史top1 最大数量改为 10
This commit is contained in:
parent
44c70bcac5
commit
274d7e417c
@ -51,7 +51,7 @@ public class HistoricalTop1QryExe {
|
|||||||
|
|
||||||
// 查询最近10周的Top1
|
// 查询最近10周的Top1
|
||||||
List<HistoricalWeekTop1CO> historicalList = new ArrayList<>();
|
List<HistoricalWeekTop1CO> historicalList = new ArrayList<>();
|
||||||
for (int i = 1; i <= 5; i++) {
|
for (int i = 1; i <= 10; i++) {
|
||||||
// 获取往前推i周的周一cycleKey
|
// 获取往前推i周的周一cycleKey
|
||||||
String cycleKey = getWeekMondayCycleKey(i);
|
String cycleKey = getWeekMondayCycleKey(i);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user