From 8bb912fcd8c8c566236c95850e5cbe4ca3bd8c49 Mon Sep 17 00:00:00 2001 From: Raod <1130305001@qq.com> Date: Fri, 10 Sep 2021 13:16:23 +0800 Subject: [PATCH] urlPath #I49B3R --- .../business/modules/file/service/impl/GaeaFileServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report-core/src/main/java/com/anjiplus/template/gaea/business/modules/file/service/impl/GaeaFileServiceImpl.java b/report-core/src/main/java/com/anjiplus/template/gaea/business/modules/file/service/impl/GaeaFileServiceImpl.java index 7bfd7d1d..fed43689 100644 --- a/report-core/src/main/java/com/anjiplus/template/gaea/business/modules/file/service/impl/GaeaFileServiceImpl.java +++ b/report-core/src/main/java/com/anjiplus/template/gaea/business/modules/file/service/impl/GaeaFileServiceImpl.java @@ -99,7 +99,7 @@ public class GaeaFileServiceImpl implements GaeaFileService { String newFileName = fileId + suffixName; // 本地文件保存路径 String filePath = dictPath + newFileName; - String urlPath = fileDownloadPath + java.io.File.separator + fileId; + String urlPath = fileDownloadPath + "/" + fileId; GaeaFile gaeaFile = new GaeaFile(); gaeaFile.setFilePath(filePath);