|
|
@ -42,7 +42,7 @@ public class SyncCountJobService {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@Scheduled(cron = "0 0 1 * * ?")
|
|
|
|
@Scheduled(cron = "0 0 2 * * ?")
|
|
|
|
public void syncAllCount(){
|
|
|
|
public void syncAllCount(){
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
int random = new Random(100).nextInt();
|
|
|
|
int random = new Random(100).nextInt();
|
|
|
|