燕山石化溯源三维电子沙盘-【后端】-服务
1
13693261870
2023-08-11 ba5b4950136f5ad7cb41875131cbb10817699267
src/main/java/com/yssh/config/InitConfig.java
@@ -64,14 +64,14 @@
        cal1.set(Calendar.MILLISECOND, 0);
        xlsReportService.createDayReport(cal1.getTime());*/
        Calendar cal2 = Calendar.getInstance();
        /*Calendar cal2 = Calendar.getInstance();
        cal2.set(Calendar.MONTH, 6);
        cal2.set(Calendar.DAY_OF_MONTH, 31);
        xlsReportService.createWeekReport(cal2.getTime());
        xlsReportService.createWeekReport(cal2.getTime());*/
        /*Calendar cal3 = Calendar.getInstance();
        Calendar cal3 = Calendar.getInstance();
        cal3.set(Calendar.MONTH, 7);
        cal3.set(Calendar.DAY_OF_MONTH, 1);
        xlsReportService.createMonthReport(cal3.getTime());*/
        xlsReportService.createMonthReport(cal3.getTime());/**/
    }
}