압축 파일다운로드 rootPath 변경
This commit is contained in:
parent
0bed2ae6c3
commit
6e7e4fbc45
@ -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/"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user