From 4e4bc0f110b1d2ebbce80a37b80697e8ac0347e0 Mon Sep 17 00:00:00 2001
From: sgj <1442489573@qq.com>
Date: 星期二, 13 一月 2026 16:22:01 +0800
Subject: [PATCH] api接口对接
---
fzzy-igdss-web/src/main/java/com/fzzy/common/manager/ExportManager.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/fzzy-igdss-web/src/main/java/com/fzzy/common/manager/ExportManager.java b/fzzy-igdss-web/src/main/java/com/fzzy/common/manager/ExportManager.java
index a348d5a..3159036 100644
--- a/fzzy-igdss-web/src/main/java/com/fzzy/common/manager/ExportManager.java
+++ b/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);
--
Gitblit v1.9.3