|
@@ -36,8 +36,8 @@ public class CacheContext implements CommandLineRunner {
|
|
|
private IProjectService projectService;
|
|
|
@Autowired
|
|
|
private ILineService lineService;
|
|
|
-// @Resource
|
|
|
-// private HealthReportService healthReportService;
|
|
|
+ @Resource
|
|
|
+ private HealthReportService healthReportService;
|
|
|
|
|
|
public static List<Evaluationdatasource> datasourceList = new ArrayList<>();
|
|
|
|
|
@@ -104,9 +104,13 @@ public class CacheContext implements CommandLineRunner {
|
|
|
});
|
|
|
lineList = lineService.list();
|
|
|
|
|
|
-// healthReportService.saveHealthReport("2021-08-03","2021-08-03");
|
|
|
|
|
|
|
|
|
+ healthReportService.saveHealthReport("2021-09-07","2021-09-07","MHS_FDC");
|
|
|
+ healthReportService.saveHealthReport("2021-09-07","2021-09-07","NSS_FDC");
|
|
|
+ healthReportService.saveHealthReport("2021-09-07","2021-09-07","QS_FDC");
|
|
|
+ healthReportService.saveHealthReport("2021-09-07","2021-09-07","SBQ_FDC");
|
|
|
+ healthReportService.saveHealthReport("2021-09-07","2021-09-07","XS_FDC");
|
|
|
log.info("-------------------------------缓存结束--------------------------------------");
|
|
|
}
|
|
|
}
|