From ec58306a5e07ec3bac57dffebb3ca8e411807c14 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 09 八月 2023 17:44:26 +0800 Subject: [PATCH] 1 --- src/main/java/com/yssh/config/InitConfig.java | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/java/com/yssh/config/InitConfig.java b/src/main/java/com/yssh/config/InitConfig.java index ccd4a32..1bcadfc 100644 --- a/src/main/java/com/yssh/config/InitConfig.java +++ b/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"); -- Gitblit v1.9.3