|
@@ -1,9 +1,7 @@
|
|
|
package com.gyee.generation;
|
|
|
|
|
|
import com.gyee.common.util.DateUtils;
|
|
|
-import com.gyee.generation.service.InitialRedisService;
|
|
|
-import com.gyee.generation.service.InputOrOutPutService;
|
|
|
-import com.gyee.generation.service.ShutdownnewService;
|
|
|
+import com.gyee.generation.service.*;
|
|
|
import com.gyee.generation.util.SpringUtils;
|
|
|
import org.springframework.boot.SpringApplication;
|
|
|
|
|
@@ -90,14 +88,14 @@ public class HealthTest {
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
- begin=new Date();
|
|
|
- System.out.println("停机记录调度程序执行开始!。。。。。。");
|
|
|
- ShutdownnewService shutdownnewService= SpringUtils.getBean("shutdownnewService");
|
|
|
-
|
|
|
- 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");
|
|
|
+//
|
|
|
+// shutdownnewService.execShutdown(c.getTime());
|
|
|
+// end=new Date();
|
|
|
+// System.out.println("执行用时"+ DateUtils.secondsDiff(begin,end) +"秒");
|
|
|
+// System.out.println("停机记录调度程序执行结束!。。。。。。");
|
|
|
//
|
|
|
//
|
|
|
// begin=new Date();
|
|
@@ -187,34 +185,42 @@ 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");
|
|
|
-//
|
|
|
-// equipmentInfo1Service.calEquipmentInfoDay(c.getTime());
|
|
|
-//
|
|
|
-// equipmentInfo2Service.calEquipmentInfoDay(c.getTime());
|
|
|
-//
|
|
|
-// equipmentInfo3Service.calEquipmentInfoDay(c.getTime());
|
|
|
-//
|
|
|
-// equipmentInfo4Service.calEquipmentInfoDay(c.getTime());
|
|
|
-//
|
|
|
-// equipmentInfo5Service.calEquipmentInfoDay(c.getTime());
|
|
|
-//
|
|
|
-// equipmentInfoDayTopService.calEquipmentInfoDayTop(c.getTime());
|
|
|
-// equipmentInfoDayTopService.calEquipmentInfoMonthTop(c.getTime());
|
|
|
-// equipmentInfoDayTopService.calEquipmentInfoYearTop(c.getTime());
|
|
|
//
|
|
|
-// wtAlysisDayService.calEquipmentInfoDay(c.getTime());
|
|
|
-// end=new Date();
|
|
|
-// System.out.println("执行用时"+ DateUtils.secondsDiff(begin,end) +"秒");
|
|
|
-// System.out.println("设备指标记录调度程序执行结束!。。。。。。");
|
|
|
+ c.set(Calendar.DAY_OF_MONTH,9);
|
|
|
+ for(int i=0;i<6;i++)
|
|
|
+ {
|
|
|
+ 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());
|
|
|
+ equipmentInfo2Service.calEquipmentInfoDay(c.getTime());
|
|
|
+
|
|
|
+ equipmentInfo3Service.calEquipmentInfoDay(c.getTime());
|
|
|
+
|
|
|
+ equipmentInfo4Service.calEquipmentInfoDay(c.getTime());
|
|
|
+
|
|
|
+ equipmentInfo5Service.calEquipmentInfoDay(c.getTime());
|
|
|
+
|
|
|
+ equipmentInfoDayTopService.calEquipmentInfoDayTop(c.getTime());
|
|
|
+ equipmentInfoDayTopService.calEquipmentInfoMonthTop(c.getTime());
|
|
|
+ equipmentInfoDayTopService.calEquipmentInfoYearTop(c.getTime());
|
|
|
+
|
|
|
+ wtAlysisDayService.calEquipmentInfoDay(c.getTime());
|
|
|
+ c.add(Calendar.DAY_OF_MONTH,1);
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ end=new Date();
|
|
|
+ System.out.println("执行用时"+ DateUtils.secondsDiff(begin,end) +"秒");
|
|
|
+ System.out.println("设备指标记录调度程序执行结束!。。。。。。");
|
|
|
//
|
|
|
//
|
|
|
//
|