Merge branch 'JIWOO'

This commit is contained in:
JIWOO 2024-12-09 12:10:34 +09:00
commit fa02d7bbce
4 changed files with 4034 additions and 2 deletions

View File

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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff