no message

main
이범준 7 months ago
parent 7cd4ac0c88
commit 597aebf53b

@ -80,7 +80,7 @@ public class OutsourcingFileMaker {
String day = currentTime.substring(6, 8); String day = currentTime.substring(6, 8);
String yyyymmdd = year+month+day; String yyyymmdd = year+month+day;
String outsourcingResultPath = "files"+File.separator+"result"+File.separator+"outsourcing" String outsourcingResultPath = "files"+File.separator+"temp"+File.separator+"outsourcing"
+ File.separator + year + File.separator + month + File.separator + day + File.separator + year + File.separator + month + File.separator + day
+ File.separator + currentTime; + File.separator + currentTime;

@ -97,7 +97,7 @@ public class Print {
String year = currentTime.substring(0, 4); String year = currentTime.substring(0, 4);
String month = currentTime.substring(4, 6); String month = currentTime.substring(4, 6);
String day = currentTime.substring(6, 8); String day = currentTime.substring(6, 8);
String formatFileResultRootPath = "files" + File.separator + "result" + File.separator + "print"; String formatFileResultRootPath = "files" + File.separator + "temp" + File.separator + "print";
String formatFileResultFolderPath = formatFileResultRootPath String formatFileResultFolderPath = formatFileResultRootPath
+ File.separator + year + File.separator + month + File.separator + day; + File.separator + year + File.separator + month + File.separator + day;
File formatFileResultFolder = new File(formatFileResultFolderPath); File formatFileResultFolder = new File(formatFileResultFolderPath);

Loading…
Cancel
Save