This commit is contained in:
myname 2025-01-14 12:37:09 +09:00
commit e6022395ec

View File

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