오타
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user