fzzy-igdss-web/src/main/java/com/fzzy/common/manager/ExportManager.java
@@ -52,7 +52,7 @@ } //获取模板路径 String templatePath = fileService.getTemplateFilePath(); String templatePath = fileService.getFileSavePath("TEMPLATE"); File file = new File(templatePath + templateName); if (!file.exists()) { log.error("模板文件不存在,不执行导出!"); @@ -60,7 +60,7 @@ } //获取文件保存路径,以库区分开 String savePath = fileService.getWordPath(null); String savePath = fileService.getFileSavePath(null); param.setTemplatePath(templatePath); param.setTemplateName(templateName);