|
@@ -36,7 +36,7 @@ public class StaticScheduleTask {
|
|
private ImputationDataService imputationDataService;
|
|
private ImputationDataService imputationDataService;
|
|
|
|
|
|
/**添加定时任务 每天凌晨1点**/
|
|
/**添加定时任务 每天凌晨1点**/
|
|
- @Scheduled(cron = "0 0 1 * * ?")
|
|
|
|
|
|
+ //@Scheduled(cron = "0 0 1 * * ?")
|
|
private void configureTasks() {
|
|
private void configureTasks() {
|
|
for(int i=0;i<getYears().length;i++){
|
|
for(int i=0;i<getYears().length;i++){
|
|
Map map = logService.selectImputationLog(getYears()[i]);
|
|
Map map = logService.selectImputationLog(getYears()[i]);
|