Merge branch 'JIWOO'
This commit is contained in:
commit
fa02d7bbce
@ -173,8 +173,12 @@ public class SeedFileService {
|
||||
|
||||
/*String rootPath = seedProperties.getConfigValue("file.real.path");
|
||||
String tempPath = seedProperties.getConfigValue("file.temp.path");*/
|
||||
String rootPath = propertyService.getString("file.real.path");
|
||||
String tempPath = propertyService.getString("file.temp.path");
|
||||
|
||||
/*241216 global 값으로 수정*/
|
||||
/*String rootPath = propertyService.getString("file.real.path");
|
||||
String tempPath = propertyService.getString("file.temp.path");*/
|
||||
String rootPath = globalRealPath;
|
||||
String tempPath = globalTempPath;
|
||||
|
||||
SeedDateUtil seedDateUtil = new SeedDateUtil();
|
||||
String toDate = seedDateUtil.getSimpleDateFormat(new Date(), "yyyyMMdd");
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
1386
src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublcfrncmng/ftcPop.jsp
Normal file
1386
src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublcfrncmng/ftcPop.jsp
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user