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/"