Commit b5322c7a authored by dahai's avatar dahai

修改上传时间格式

parent df498b58
...@@ -132,8 +132,8 @@ public class ReadXmlApi { ...@@ -132,8 +132,8 @@ public class ReadXmlApi {
* @return * @return
*/ */
@RequestMapping("queryPersonXMLCount") @RequestMapping("queryPersonXMLCount")
public String queryPersonXMLCount(@RequestParam("importDate") String importDate, @RequestParam("state") String state, HttpServletResponse resp) { public String queryPersonXMLCount(@RequestParam("importDate") String importDate, HttpServletResponse resp) {
List<CountDataEntity> countDataEntities = importXmlService.queryPersonXmlCount(replaceDate(importDate), Long.valueOf(state)); List<CountDataEntity> countDataEntities = importXmlService.queryPersonXmlCount(replaceDate(importDate));
YXJSONResponse yxjsonResponse = new YXJSONResponse(); YXJSONResponse yxjsonResponse = new YXJSONResponse();
resp.setCharacterEncoding("UTF-8"); resp.setCharacterEncoding("UTF-8");
yxjsonResponse.outPutSuccess(countDataEntities); yxjsonResponse.outPutSuccess(countDataEntities);
......
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