czt
2026-01-19 8384104f76b6e6df077bdb3a22c4f3d9e93619d8
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);