燕山石化溯源三维电子沙盘-【后端】-服务
1
13693261870
2023-08-11 5b0d0597a56e175d16a805c5094acbb59aeb837f
src/main/java/com/yssh/config/InitConfig.java
@@ -69,9 +69,9 @@
        cal2.set(Calendar.DAY_OF_MONTH, 31);
        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());*/
    }
}