From 19dbb9026527cdfba75b74e8048c46781fe91c9f Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期三, 21 一月 2026 15:10:15 +0800
Subject: [PATCH] 优化通知单审核后状态更新
---
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