org.codehaus.jackson.map.JsonMappingException.wrapWithPath(JsonMappingException.java:218)
org.codehaus.jackson.map.JsonMappingException.wrapWithPath(JsonMappingException.java:183)
org.codehaus.jackson.map.ser.std.SerializerBase.wrapAndThrow(SerializerBase.java:140)
3原因分析:
可能是json序列化的问题 代码修改为
@RequestMapping(value = \public @ResponseBody
Map
@RequestParam(\@RequestParam(\@RequestParam(\@RequestParam(\@RequestParam(\
@RequestParam(\
LogInfo info = populateQueryParam(startTime, endTime, oid, cid, payChannel, deviceType, phone, pageSize, startIndex);
// 总记录数
Long totalCount = logMoniterService.queryLogInfoCount(info);
if (totalCount == null) { totalCount = 0L; }
List
Map
result.put(\ result.put(\ result.put(\
result.put(\ return result; }
4、问题解决