Browse Source

和风健康历史比河北场站日信息少test1字段

xieshengjie 2 years ago
parent
commit
22c97045ce

+ 2 - 2
histroy/healthmanagement-histroy-hb/src/main/java/com/gyee/healthmanagementhistroy/model/auto/Windpowerinfoday.java

@@ -571,8 +571,8 @@ public class Windpowerinfoday extends Model {
     @TableField("WEATHERLOSSOUT")
     private Double weatherlossout;
 
-    @TableField("TEST1")
+  /*  @TableField("TEST1")
     private Double test1;
-
+*/
 
 }

+ 4 - 3
histroy/healthmanagement-histroy-hb/src/main/java/com/gyee/healthmanagementhistroy/task/HealthreportTask.java

@@ -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 * * ?")