Commit 050ff376 authored by suichenguang's avatar suichenguang

制证包管理更改

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