|
|
@ -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);
|
|
|
|