|
@@ -97,6 +97,7 @@ public class DownloadThread_info_point extends Thread {
|
|
|
}
|
|
|
|
|
|
private boolean Process(LogOfDownload LogOfDownload) throws Exception {
|
|
|
+ System.out.println("日志:"+LogOfDownload.toJSON());
|
|
|
SimpleDateFormat sdf = new SimpleDateFormat("yyyyMMddHHmmss");
|
|
|
String validPath = Constant.getLatestPath(Constant.info_point, true);
|
|
|
|