|
|
@ -119,6 +119,8 @@ public class FdpFaultServiceImpl extends ServiceImpl<FdpFaultMapper, FdpFaultEnt |
|
|
|
// });
|
|
|
|
// });
|
|
|
|
// List<Object> data = (List) stringObjectHashMap.get("data");
|
|
|
|
// List<Object> data = (List) stringObjectHashMap.get("data");
|
|
|
|
// return data;
|
|
|
|
// return data;
|
|
|
|
|
|
|
|
//fdp将所有的点,都用ts返回,所有点练成线,status为null的ts,则前后不连线
|
|
|
|
|
|
|
|
//类似于:一一 (null) 一 一 一一
|
|
|
|
R<List<FaultStateResp>> r = JSONObject.parseObject(result, new TypeReference<R<List<FaultStateResp>>>() { |
|
|
|
R<List<FaultStateResp>> r = JSONObject.parseObject(result, new TypeReference<R<List<FaultStateResp>>>() { |
|
|
|
}); |
|
|
|
}); |
|
|
|
if(!r.isSuccess()){ |
|
|
|
if(!r.isSuccess()){ |
|
|
|