x用户-fixed

This commit is contained in:
2025-09-28 16:13:35 +08:00
parent 5042b17c79
commit 1226992c78
4 changed files with 4 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ public class ChargeUserXTask {
@Autowired
private ChargeUserXService chargeUserXService;
@Scheduled(cron = "0 0 4 * * *")
@Scheduled(cron = "0 0 9 * * *")
public void statDayList() {
chargeUserXService.updateUserX(new Date());
}

View File

@@ -14,7 +14,7 @@ public class GameDayStatDataTask {
@Autowired
private GameDayStatDataService gameDayStatDataService;
@Scheduled(cron = "0 0 10 * * *")
@Scheduled(cron = "0 0 8 * * *")
public void statDayList() {
for (GameConstant.GameChannel gameChannel : GameConstant.GameChannel.values()) {
gameDayStatDataService.statDayList(gameChannel.name(), new Date());