四灵,零点推送

back_recharge
duhui 2021-09-04 00:01:20 +08:00
parent d1815b4e8c
commit 0a96f7d622
1 changed files with 13 additions and 8 deletions

View File

@ -76,19 +76,11 @@ public class MinuteTask extends Thread {
LOGGER.error("Exception::=>{}",e.toString());
}
try {
SituationLogic.getInstance().createCheckStatusTask();
}catch (Exception e){
LOGGER.error("Exception::=>{}",e.toString());
}
try {
everyZeroTask();
}catch (Exception e){
e.printStackTrace();
LOGGER.error("Exception::=>{}",e.toString());
}
try {
everyMondayZeroClockTask();
// 四灵试炼开启状态刷新
if (TimeUtils.getHourOfDay() == 0 && TimeUtils.getMiunte() == 0){
FourChallengeLogic.getInstance().check();
@ -102,6 +94,19 @@ public class MinuteTask extends Thread {
}catch (Exception e){
LOGGER.error("Exception::=>{}",e.toString());
}
try {
everyZeroTask();
}catch (Exception e){
e.printStackTrace();
LOGGER.error("Exception::=>{}",e.toString());
}
try {
// 跨服分组
everyMondayZeroClockTask();
}catch (Exception e){
e.printStackTrace();
LOGGER.error("Exception::=>{}",e.toString());
}
try {
everyHourTask();
}catch (Exception e){