This commit is contained in:
25W0103
2025-12-09 11:13:07 +09:00
parent 76f1b245aa
commit 95c22812da
@@ -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#", getDayAddedDate(today, -1)); inPath = inPath.replaceAll("#SDATE-1#", DatetimeUtil.getDayAddedDate(today, -1));
} }
if(inPath.lastIndexOf("#SDATE_YYYYMM#") > -1) { if(inPath.lastIndexOf("#SDATE_YYYYMM#") > -1) {