Merge branch 'master' of http://yongjoon.cho@vcs.iten.co.kr:9999/itnAdmin/fairnet
This commit is contained in:
commit
e6022395ec
@ -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