src/main/java/com/yssh/config/InitConfig.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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());*/ } }