|
@@ -1,7 +1,8 @@
|
|
|
package com.gyee.generation;
|
|
|
|
|
|
import com.gyee.common.util.DateUtils;
|
|
|
-import com.gyee.generation.service.*;
|
|
|
+import com.gyee.generation.service.InputOrOutPutService;
|
|
|
+import com.gyee.generation.service.ShutdownnewService;
|
|
|
import com.gyee.generation.util.SpringUtils;
|
|
|
import org.springframework.boot.SpringApplication;
|
|
|
|
|
@@ -76,18 +77,18 @@ public class HealthTest {
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
-// begin=new Date();
|
|
|
-// System.out.println("停机记录调度程序执行开始!。。。。。。");
|
|
|
-// ShutdownnewService shutdownnewService= SpringUtils.getBean("shutdownnewService");
|
|
|
-//// List<ProBasicPowerstation> wpls=new ArrayList<>();
|
|
|
-////
|
|
|
-//// ProBasicPowerstation wp= CacheContext.wpmap.get("SXJ_KGDL_GJY_FDC_STA");
|
|
|
-//// wpls.add(wp);
|
|
|
-//// List<ProBasicEquipment> wtls=CacheContext.wpwtmap.get("SXJ_KGDL_GJY_FDC_STA");
|
|
|
-// shutdownnewService.execShutdown(c.getTime());
|
|
|
-// end=new Date();
|
|
|
-// System.out.println("执行用时"+ DateUtils.secondsDiff(begin,end) +"秒");
|
|
|
-// System.out.println("停机记录调度程序执行结束!。。。。。。");
|
|
|
+ begin=new Date();
|
|
|
+ System.out.println("停机记录调度程序执行开始!。。。。。。");
|
|
|
+ ShutdownnewService shutdownnewService= SpringUtils.getBean("shutdownnewService");
|
|
|
+// List<ProBasicPowerstation> wpls=new ArrayList<>();
|
|
|
+//
|
|
|
+// ProBasicPowerstation wp= CacheContext.wpmap.get("SXJ_KGDL_GJY_FDC_STA");
|
|
|
+// wpls.add(wp);
|
|
|
+// List<ProBasicEquipment> wtls=CacheContext.wpwtmap.get("SXJ_KGDL_GJY_FDC_STA");
|
|
|
+ shutdownnewService.execShutdown(c.getTime());
|
|
|
+ end=new Date();
|
|
|
+ System.out.println("执行用时"+ DateUtils.secondsDiff(begin,end) +"秒");
|
|
|
+ System.out.println("停机记录调度程序执行结束!。。。。。。");
|
|
|
//
|
|
|
//
|
|
|
// begin=new Date();
|
|
@@ -177,15 +178,15 @@ public class HealthTest {
|
|
|
// System.out.println("场站指标记录调度程序执行结束!。。。。。。");
|
|
|
//
|
|
|
//
|
|
|
- begin=new Date();
|
|
|
- System.out.println("设备指标记录调度程序执行开始!。。。。。。");
|
|
|
- EquipmentInfo1Service equipmentInfo1Service= SpringUtils.getBean("equipmentInfo1Service");
|
|
|
- EquipmentInfo2Service equipmentInfo2Service= SpringUtils.getBean("equipmentInfo2Service");
|
|
|
- EquipmentInfo3Service equipmentInfo3Service= SpringUtils.getBean("equipmentInfo3Service");
|
|
|
- EquipmentInfo4Service equipmentInfo4Service= SpringUtils.getBean("equipmentInfo4Service");
|
|
|
- EquipmentInfo5Service equipmentInfo5Service= SpringUtils.getBean("equipmentInfo5Service");
|
|
|
- EquipmentInfoDayTopService equipmentInfoDayTopService= SpringUtils.getBean("equipmentInfoDayTopService");
|
|
|
- WtAlysisDayService wtAlysisDayService= SpringUtils.getBean("wtAlysisDayService");
|
|
|
+// begin=new Date();
|
|
|
+// System.out.println("设备指标记录调度程序执行开始!。。。。。。");
|
|
|
+// EquipmentInfo1Service equipmentInfo1Service= SpringUtils.getBean("equipmentInfo1Service");
|
|
|
+// EquipmentInfo2Service equipmentInfo2Service= SpringUtils.getBean("equipmentInfo2Service");
|
|
|
+// EquipmentInfo3Service equipmentInfo3Service= SpringUtils.getBean("equipmentInfo3Service");
|
|
|
+// EquipmentInfo4Service equipmentInfo4Service= SpringUtils.getBean("equipmentInfo4Service");
|
|
|
+// EquipmentInfo5Service equipmentInfo5Service= SpringUtils.getBean("equipmentInfo5Service");
|
|
|
+// EquipmentInfoDayTopService equipmentInfoDayTopService= SpringUtils.getBean("equipmentInfoDayTopService");
|
|
|
+// WtAlysisDayService wtAlysisDayService= SpringUtils.getBean("wtAlysisDayService");
|
|
|
//
|
|
|
// equipmentInfo1Service.calEquipmentInfoDay(c.getTime());
|
|
|
//
|
|
@@ -193,7 +194,7 @@ public class HealthTest {
|
|
|
//
|
|
|
// equipmentInfo3Service.calEquipmentInfoDay(c.getTime());
|
|
|
//
|
|
|
- equipmentInfo4Service.calEquipmentInfoDay(c.getTime());
|
|
|
+// equipmentInfo4Service.calEquipmentInfoDay(c.getTime());
|
|
|
//
|
|
|
// equipmentInfo5Service.calEquipmentInfoDay(c.getTime());
|
|
|
//
|
|
@@ -202,9 +203,9 @@ public class HealthTest {
|
|
|
// equipmentInfoDayTopService.calEquipmentInfoYearTop(c.getTime());
|
|
|
//
|
|
|
// wtAlysisDayService.calEquipmentInfoDay(c.getTime());
|
|
|
- end=new Date();
|
|
|
- System.out.println("执行用时"+ DateUtils.secondsDiff(begin,end) +"秒");
|
|
|
- System.out.println("设备指标记录调度程序执行结束!。。。。。。");
|
|
|
+// end=new Date();
|
|
|
+// System.out.println("执行用时"+ DateUtils.secondsDiff(begin,end) +"秒");
|
|
|
+// System.out.println("设备指标记录调度程序执行结束!。。。。。。");
|
|
|
//
|
|
|
//
|
|
|
//
|