getDayAddedDate2 로 변경

This commit is contained in:
25W0103
2025-12-09 11:32:06 +09:00
parent 95c22812da
commit cb493a99c6
@@ -323,7 +323,7 @@ public class RemoteTransfer {
inPath = inPath.replaceAll("#SDATE#", today); inPath = inPath.replaceAll("#SDATE#", today);
} }
if(inPath.lastIndexOf("#SDATE-1#") > -1) { if(inPath.lastIndexOf("#SDATE-1#") > -1) {
inPath = inPath.replaceAll("#SDATE-1#", DatetimeUtil.getDayAddedDate(today, -1)); inPath = inPath.replaceAll("#SDATE-1#", DatetimeUtil.getDayAddedDate2(today, -1));
} }
if(inPath.lastIndexOf("#SDATE_YYYYMM#") > -1) { if(inPath.lastIndexOf("#SDATE_YYYYMM#") > -1) {