이지우 - 분쟁조정 사건 프로세스 진행 중

This commit is contained in:
JIWOO 2024-12-09 12:09:13 +09:00
parent 48a197de5c
commit 8ea2c24dd3
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 rootPath = seedProperties.getConfigValue("file.real.path");
String tempPath = seedProperties.getConfigValue("file.temp.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(); SeedDateUtil seedDateUtil = new SeedDateUtil();
String toDate = seedDateUtil.getSimpleDateFormat(new Date(), "yyyyMMdd"); 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