|
@@ -1,9 +1,14 @@
|
|
|
package com.gyee.generation;
|
|
|
|
|
|
+import com.gyee.generation.service.*;
|
|
|
+import com.gyee.generation.util.SpringUtils;
|
|
|
import org.mybatis.spring.annotation.MapperScan;
|
|
|
import org.springframework.boot.SpringApplication;
|
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
|
|
|
|
+import java.util.Calendar;
|
|
|
+import java.util.Date;
|
|
|
+
|
|
|
/**
|
|
|
* @ClassName : GenerationMain
|
|
|
* @Author : xieshengjie
|
|
@@ -14,7 +19,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
|
@MapperScan("com.gyee.generation.mapper")
|
|
|
public class GenerationMain {
|
|
|
public static void main(String[] args) throws Exception {
|
|
|
- SpringApplication.run(GenerationMain.class,args);
|
|
|
+ SpringApplication.run(GenerationMain.class, args);
|
|
|
|
|
|
|
|
|
// InitialPointGoldenXkService InitialPointGoldenXkService= SpringUtils.getBean("initialPointGoldenXkService");
|
|
@@ -54,80 +59,80 @@ public class GenerationMain {
|
|
|
|
|
|
// Date date =new Date();
|
|
|
//
|
|
|
-// Calendar c=Calendar.getInstance();
|
|
|
-// c.set(Calendar.MONTH,10);
|
|
|
-// c.set(Calendar.DAY_OF_MONTH,30);
|
|
|
-// Date date =c.getTime();
|
|
|
-// for(int i=0;i<2;i++)
|
|
|
-// {
|
|
|
-// WindPowerInfo1Service windPowerInfo1Service= SpringUtils.getBean("windPowerInfo1Service");
|
|
|
-//
|
|
|
-// windPowerInfo1Service.calLineInfoDay(date);
|
|
|
-// windPowerInfo1Service.calProjectInfoDay(date);
|
|
|
-// windPowerInfo1Service.calWindpowerInfoDay(date);
|
|
|
-// windPowerInfo1Service.calCompanyInfoDay(date);
|
|
|
-// windPowerInfo1Service.calRegionInfoDay(date);
|
|
|
-//
|
|
|
-// WindPowerInfo2Service windPowerInfo2Service= SpringUtils.getBean("windPowerInfo2Service");
|
|
|
-// windPowerInfo2Service.calLineInfoDay(date);
|
|
|
-// windPowerInfo2Service.calProjectInfoDay(date);
|
|
|
-// windPowerInfo2Service.calWindpowerInfoDay(date);
|
|
|
-// windPowerInfo2Service.calCompanyInfoDay(date);
|
|
|
-// windPowerInfo2Service.calRegionInfoDay(date);
|
|
|
-//
|
|
|
-// WindPowerInfo3Service windPowerInfo3Service= SpringUtils.getBean("windPowerInfo3Service");
|
|
|
-// windPowerInfo3Service.calLineInfoDay(date);
|
|
|
-// windPowerInfo3Service.calProjectInfoDay(date);
|
|
|
-// windPowerInfo3Service.calWindpowerInfoDay(date);
|
|
|
-// windPowerInfo3Service.calCompanyInfoDay(date);
|
|
|
-// windPowerInfo3Service.calRegionInfoDay(date);
|
|
|
-//
|
|
|
-// WindPowerInfo4Service windPowerInfo4Service= SpringUtils.getBean("windPowerInfo4Service");
|
|
|
-// windPowerInfo4Service.calLineInfoDay(date);
|
|
|
-// windPowerInfo4Service.calProjectInfoDay(date);
|
|
|
-// windPowerInfo4Service.calWindpowerInfoDay(date);
|
|
|
-// windPowerInfo4Service.calCompanyInfoDay(date);
|
|
|
-// windPowerInfo4Service.calRegionInfoDay(date);
|
|
|
-//
|
|
|
-// WindPowerInfo5Service windPowerInfo5Service= SpringUtils.getBean("windPowerInfo5Service");
|
|
|
-// windPowerInfo5Service.calLineInfoDay(date);
|
|
|
-// windPowerInfo5Service.calProjectInfoDay(date);
|
|
|
-// windPowerInfo5Service.calWindpowerInfoDay(date);
|
|
|
-// windPowerInfo5Service.calCompanyInfoDay(date);
|
|
|
-// windPowerInfo5Service.calRegionInfoDay(date);
|
|
|
-//
|
|
|
-// WindPowerInfo6Service windPowerInfo6Service= SpringUtils.getBean("windPowerInfo6Service");
|
|
|
-// windPowerInfo6Service.calLineInfoDay(date);
|
|
|
-// windPowerInfo6Service.calProjectInfoDay(date);
|
|
|
-// windPowerInfo6Service.calWindpowerInfoDay(date);
|
|
|
-// windPowerInfo6Service.calCompanyInfoDay(date);
|
|
|
-// windPowerInfo6Service.calRegionInfoDay(date);
|
|
|
-//
|
|
|
-//
|
|
|
-// EquipmentInfo1Service equipmentInfo1Service= SpringUtils.getBean("equipmentInfo1Service");
|
|
|
-// equipmentInfo1Service.calEquipmentInfoDay(date);
|
|
|
-// EquipmentInfo2Service equipmentInfo2Service= SpringUtils.getBean("equipmentInfo2Service");
|
|
|
-// equipmentInfo2Service.calEquipmentInfoDay(date);
|
|
|
-// EquipmentInfo3Service equipmentInfo3Service= SpringUtils.getBean("equipmentInfo3Service");
|
|
|
-// equipmentInfo3Service.calEquipmentInfoDay(date);
|
|
|
-// EquipmentInfo4Service equipmentInfo4Service= SpringUtils.getBean("equipmentInfo4Service");
|
|
|
-// equipmentInfo4Service.calEquipmentInfoDay(date);
|
|
|
-// EquipmentInfo5Service equipmentInfo5Service= SpringUtils.getBean("equipmentInfo5Service");
|
|
|
-// equipmentInfo5Service.calEquipmentInfoDay(date);
|
|
|
-//
|
|
|
-//
|
|
|
-// WtAlysisDayService wtAlysisDayService= SpringUtils.getBean("wtAlysisDayService");
|
|
|
-// wtAlysisDayService.calEquipmentInfoDay(date);
|
|
|
-// c.add(Calendar.DAY_OF_MONTH,1);
|
|
|
-// date =c.getTime();
|
|
|
-//
|
|
|
-// EquipmentInfoDayTopService equipmentInfoDayTopService= SpringUtils.getBean("equipmentInfoDayTopService");
|
|
|
-// equipmentInfoDayTopService.calEquipmentInfoDayTop(new Date());
|
|
|
-// equipmentInfoDayTopService.calEquipmentInfoMonthTop(new Date());
|
|
|
-// equipmentInfoDayTopService.calEquipmentInfoYearTop(new Date());
|
|
|
-// }
|
|
|
-//
|
|
|
+ Calendar c=Calendar.getInstance();
|
|
|
+ c.set(Calendar.MONTH,7);
|
|
|
+ c.set(Calendar.DAY_OF_MONTH,2);
|
|
|
+ Date date =c.getTime();
|
|
|
+
|
|
|
+ for (int i = 0; i < 30; i++) {
|
|
|
+ WindPowerInfo1Service windPowerInfo1Service = SpringUtils.getBean("windPowerInfo1Service");
|
|
|
+
|
|
|
+ windPowerInfo1Service.calLineInfoDay(date);
|
|
|
+ windPowerInfo1Service.calProjectInfoDay(date);
|
|
|
+ windPowerInfo1Service.calWindpowerInfoDay(date);
|
|
|
+ windPowerInfo1Service.calCompanyInfoDay(date);
|
|
|
+ windPowerInfo1Service.calRegionInfoDay(date);
|
|
|
+
|
|
|
+ WindPowerInfo2Service windPowerInfo2Service = SpringUtils.getBean("windPowerInfo2Service");
|
|
|
+ windPowerInfo2Service.calLineInfoDay(date);
|
|
|
+ windPowerInfo2Service.calProjectInfoDay(date);
|
|
|
+ windPowerInfo2Service.calWindpowerInfoDay(date);
|
|
|
+ windPowerInfo2Service.calCompanyInfoDay(date);
|
|
|
+ windPowerInfo2Service.calRegionInfoDay(date);
|
|
|
+
|
|
|
+ WindPowerInfo3Service windPowerInfo3Service = SpringUtils.getBean("windPowerInfo3Service");
|
|
|
+ windPowerInfo3Service.calLineInfoDay(date);
|
|
|
+ windPowerInfo3Service.calProjectInfoDay(date);
|
|
|
+ windPowerInfo3Service.calWindpowerInfoDay(date);
|
|
|
+ windPowerInfo3Service.calCompanyInfoDay(date);
|
|
|
+ windPowerInfo3Service.calRegionInfoDay(date);
|
|
|
+
|
|
|
+ WindPowerInfo4Service windPowerInfo4Service = SpringUtils.getBean("windPowerInfo4Service");
|
|
|
+ windPowerInfo4Service.calLineInfoDay(date);
|
|
|
+ windPowerInfo4Service.calProjectInfoDay(date);
|
|
|
+ windPowerInfo4Service.calWindpowerInfoDay(date);
|
|
|
+ windPowerInfo4Service.calCompanyInfoDay(date);
|
|
|
+ windPowerInfo4Service.calRegionInfoDay(date);
|
|
|
+
|
|
|
+ WindPowerInfo5Service windPowerInfo5Service = SpringUtils.getBean("windPowerInfo5Service");
|
|
|
+ windPowerInfo5Service.calLineInfoDay(date);
|
|
|
+ windPowerInfo5Service.calProjectInfoDay(date);
|
|
|
+ windPowerInfo5Service.calWindpowerInfoDay(date);
|
|
|
+ windPowerInfo5Service.calCompanyInfoDay(date);
|
|
|
+ windPowerInfo5Service.calRegionInfoDay(date);
|
|
|
+
|
|
|
+ WindPowerInfo6Service windPowerInfo6Service = SpringUtils.getBean("windPowerInfo6Service");
|
|
|
+ windPowerInfo6Service.calLineInfoDay(date);
|
|
|
+ windPowerInfo6Service.calProjectInfoDay(date);
|
|
|
+ windPowerInfo6Service.calWindpowerInfoDay(date);
|
|
|
+ windPowerInfo6Service.calCompanyInfoDay(date);
|
|
|
+ windPowerInfo6Service.calRegionInfoDay(date);
|
|
|
+
|
|
|
+
|
|
|
+ EquipmentInfo1Service equipmentInfo1Service = SpringUtils.getBean("equipmentInfo1Service");
|
|
|
+ equipmentInfo1Service.calEquipmentInfoDay(date);
|
|
|
+ EquipmentInfo2Service equipmentInfo2Service = SpringUtils.getBean("equipmentInfo2Service");
|
|
|
+ equipmentInfo2Service.calEquipmentInfoDay(date);
|
|
|
+ EquipmentInfo3Service equipmentInfo3Service = SpringUtils.getBean("equipmentInfo3Service");
|
|
|
+ equipmentInfo3Service.calEquipmentInfoDay(date);
|
|
|
+ EquipmentInfo4Service equipmentInfo4Service = SpringUtils.getBean("equipmentInfo4Service");
|
|
|
+ equipmentInfo4Service.calEquipmentInfoDay(date);
|
|
|
+ EquipmentInfo5Service equipmentInfo5Service = SpringUtils.getBean("equipmentInfo5Service");
|
|
|
+ equipmentInfo5Service.calEquipmentInfoDay(date);
|
|
|
+
|
|
|
+
|
|
|
+ WtAlysisDayService wtAlysisDayService = SpringUtils.getBean("wtAlysisDayService");
|
|
|
+ wtAlysisDayService.calEquipmentInfoDay(date);
|
|
|
+
|
|
|
+ EquipmentInfoDayTopService equipmentInfoDayTopService = SpringUtils.getBean("equipmentInfoDayTopService");
|
|
|
+ equipmentInfoDayTopService.calEquipmentInfoDayTop(date);
|
|
|
+ equipmentInfoDayTopService.calEquipmentInfoMonthTop(date);
|
|
|
+ equipmentInfoDayTopService.calEquipmentInfoYearTop(date);
|
|
|
+ c.add(Calendar.DAY_OF_MONTH, 1);
|
|
|
+ date = c.getTime();
|
|
|
+
|
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
|
// Calendar c=Calendar.getInstance();
|
|
@@ -164,6 +169,6 @@ public class GenerationMain {
|
|
|
// date =c.getTime();
|
|
|
//
|
|
|
// wpwindDayInfoService.calWpwindDayInfo(c.getTime());
|
|
|
-System.out.println("完成");
|
|
|
+ System.out.println("完成");
|
|
|
}
|
|
|
}
|