압축 파일다운로드 rootPath 변경

This commit is contained in:
wyh 2025-01-14 11:35:09 +09:00
parent 0bed2ae6c3
commit 6e7e4fbc45

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