游戏历史记录改成10个

This commit is contained in:
tianfeng 2026-05-28 14:38:50 +08:00
parent 1db13014de
commit 982cbddb77

View File

@ -18,7 +18,7 @@ import org.springframework.stereotype.Component;
@RequiredArgsConstructor @RequiredArgsConstructor
public class GamePlayHistoryQryExe { public class GamePlayHistoryQryExe {
private static final int RECENT_LIMIT = 5; private static final int RECENT_LIMIT = 10;
private final UserGamePlayHistoryService userGamePlayHistoryService; private final UserGamePlayHistoryService userGamePlayHistoryService;