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

修改办事情形接口

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