|
@@ -44,13 +44,14 @@ public class HealthreportTask {
|
|
|
// @Scheduled(fixedRate=5000)
|
|
|
private void configureTasks1() {
|
|
|
healthReportService.savePowerfitting(null);
|
|
|
+ healthReportService.savePartdanger(null);
|
|
|
+// healthReportService.saveFaultclassification(null);
|
|
|
+ healthReportService.savePartpower(null);
|
|
|
healthReportService.saveDeviation(null);
|
|
|
healthReportService.saveDfpcl(null);
|
|
|
healthReportService.saveDfpclWindAndPower(null);
|
|
|
healthReportService.saveQrqc(null);
|
|
|
- healthReportService.savePartdanger(null);
|
|
|
-// healthReportService.saveFaultclassification(null);
|
|
|
- healthReportService.savePartpower(null);
|
|
|
+
|
|
|
}
|
|
|
|
|
|
//@Scheduled(cron = "0 0 5 * * ?")
|