Commit 050ff376 authored by suichenguang's avatar suichenguang

制证包管理更改

parent abdc09d3
...@@ -171,6 +171,7 @@ public class ReadXmlApi { ...@@ -171,6 +171,7 @@ public class ReadXmlApi {
YXJSONResponse yxjsonResponse = new YXJSONResponse(); YXJSONResponse yxjsonResponse = new YXJSONResponse();
resp.setCharacterEncoding("UTF-8"); resp.setCharacterEncoding("UTF-8");
yxjsonResponse.outPutSuccess(mapList); yxjsonResponse.outPutSuccess(mapList);
yxjsonResponse.outPutSuccess(String.valueOf(mapList.size()));
return yxjsonResponse.toJSONString(); return yxjsonResponse.toJSONString();
} }
...@@ -188,7 +189,6 @@ public class ReadXmlApi { ...@@ -188,7 +189,6 @@ public class ReadXmlApi {
yxjsonResponse.outPutSuccess(i+""); yxjsonResponse.outPutSuccess(i+"");
return yxjsonResponse.toJSONString(); return yxjsonResponse.toJSONString();
} }
private String replaceDate(String str){ private String replaceDate(String str){
return str.replace("-",""); return str.replace("-","");
} }
......
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