From 6e7e4fbc4564f81c1a5b55103255ec928cbcf107 Mon Sep 17 00:00:00 2001 From: wyh Date: Tue, 14 Jan 2025 11:35:09 +0900 Subject: [PATCH] =?UTF-8?q?=EC=95=95=EC=B6=95=20=ED=8C=8C=EC=9D=BC?= =?UTF-8?q?=EB=8B=A4=EC=9A=B4=EB=A1=9C=EB=93=9C=20rootPath=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/seed/com/gtm/seedfile/SeedFileController.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/java/seed/com/gtm/seedfile/SeedFileController.java b/src/main/java/seed/com/gtm/seedfile/SeedFileController.java index f5c65502..810a07c2 100644 --- a/src/main/java/seed/com/gtm/seedfile/SeedFileController.java +++ b/src/main/java/seed/com/gtm/seedfile/SeedFileController.java @@ -325,7 +325,9 @@ public class SeedFileController { SeedProperties seedProperties = new SeedProperties(); SeedDateUtil seedDateUtil = new SeedDateUtil(); - String rootPath = seedProperties.getConfigValue("file.real.path"); + //String rootPath = seedProperties.getConfigValue("file.real.path"); + String rootPath = globalRealPath; + String pathKey = SeedUtils.setReplaceNull(params.get("pathKey")); String filePath = rootPath + "/" + pathKey + "/zipDown/" + params.get("memberId").toString()+"/"+seedDateUtil.getSimpleDateFormat(new Date(), "yyyyMMdd"); String fileCopyPath = rootPath + "/" + pathKey + "/zipDown/"