|
@@ -44,13 +44,14 @@ public class HealthreportTask {
|
|
|
|
|
|
private void configureTasks1() {
|
|
|
healthReportService.savePowerfitting(null);
|
|
|
+ healthReportService.savePartdanger(null);
|
|
|
+
|
|
|
+ healthReportService.savePartpower(null);
|
|
|
healthReportService.saveDeviation(null);
|
|
|
healthReportService.saveDfpcl(null);
|
|
|
healthReportService.saveDfpclWindAndPower(null);
|
|
|
healthReportService.saveQrqc(null);
|
|
|
- healthReportService.savePartdanger(null);
|
|
|
-
|
|
|
- healthReportService.savePartpower(null);
|
|
|
+
|
|
|
}
|
|
|
|
|
|
|