x用户-fixed
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
@@ -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());
|
||||
|
Reference in New Issue
Block a user