燕山石化溯源三维电子沙盘-【后端】-服务
1
13693261870
2023-08-09 ec58306a5e07ec3bac57dffebb3ca8e411807c14
src/main/java/com/yssh/config/InitConfig.java
@@ -1,7 +1,7 @@
package com.yssh.config;
import com.yssh.service.WarningAnalyseService;
import com.yssh.service.XlsExportService;
import com.yssh.service.XlsReportService;
import com.yssh.utils.CacheUtils;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
@@ -35,7 +35,7 @@
    ScheduleConfig task;
    @Resource
    XlsExportService xlsService;
    XlsReportService xlsReportService;
    @Override
    public void run(ApplicationArguments args) throws Exception {
@@ -47,9 +47,9 @@
        // 读取dat数据
        commonService.readDatData();
        // xlsService.createDayReport();
        // xlsService.createWeekReport();
        // xlsService.createMonthReport();
        // xlsReportService.createDayReport();
        // xlsReportService.createWeekReport();
        // xlsReportService.createMonthReport();
        //test();
        logger.info("***************** 系统启动完毕 *****************" + "\n");