Commit d7a5c8d5 authored by 廖旭伟's avatar 廖旭伟

修改办事情形接口

parent e621cf6c
......@@ -139,7 +139,7 @@ public class ComplexApiController {
if (ObjectUtil.isEmpty(rest)) {
throw new AppException("请求访问超时");
}
Rest<ComplexStituationInfo> eventRest = JSON.parseObject(rest, new TypeReference<Rest<ComplexStituationInfo>>() {
Rest<List<ComplexStituationInfo>> eventRest = JSON.parseObject(rest, new TypeReference<Rest<List<ComplexStituationInfo>>>() {
});
return JSON.toJSONString(eventRest);
} catch (Exception e) {
......
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