Commit 50b1821e by wang_jiaxing

修改结果返回

parent 9e960058
......@@ -51,6 +51,9 @@ public class XjFlwsServiceImpl implements XjFlwsService {
System.out.println("文件已损害,无内容");
wuNrCount++;
}
} else {
System.out.println("文件已损害,无内容");
wuNrCount++;
}
} catch (FileNotFoundException e) {
System.out.println("404,文件找不到");
......@@ -61,7 +64,7 @@ public class XjFlwsServiceImpl implements XjFlwsService {
}
System.out.println("线程" + finalI + "++++++++++++++" + (j++));
}
map.put("exceptions", flwsList.size());
map.put("exceptions", exceptions.size());
map.put("flws", flwsCount);
map.put("wuNrCount", wuNrCount);
System.out.println("=============" + exceptions.size());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment