c
This commit is contained in:
parent
5255a2a9e8
commit
d817aee73b
@ -55,10 +55,10 @@ public class StartUp implements ApplicationRunner {
|
||||
new Thread(() -> {
|
||||
CheckDetailTable.getInstance().setCountService(countService).refresh();
|
||||
}).start();
|
||||
/**
|
||||
}
|
||||
|
||||
/**
|
||||
* 每天0点和1点跑一次
|
||||
* 每天23点跑一次
|
||||
*/
|
||||
@Scheduled(cron = "0 0 23 * * ?")
|
||||
public void checkDetailTable() {
|
||||
|
Loading…
Reference in New Issue
Block a user