风机页面数据查询接口
This commit is contained in:
parent
8e0430925c
commit
790c6adf98
@ -15,5 +15,5 @@ public class WindTurbinesPageVo {
|
|||||||
|
|
||||||
private String belongLine;
|
private String belongLine;
|
||||||
|
|
||||||
private Map<String,Object> map;
|
private Map<String,Object> attributeMap;
|
||||||
}
|
}
|
||||||
|
@ -60,7 +60,7 @@ public class WindTurbinesPageService {
|
|||||||
}
|
}
|
||||||
Map<String, Map<String, Object>> map = dataService.querySnapshotValues(paramList);
|
Map<String, Map<String, Object>> map = dataService.querySnapshotValues(paramList);
|
||||||
for (WindTurbinesPageVo item : windTurbinesPageVos){
|
for (WindTurbinesPageVo item : windTurbinesPageVos){
|
||||||
item.setMap(map.get(item.getIrn().toString()));
|
item.setAttributeMap(map.get(item.getIrn().toString()));
|
||||||
}
|
}
|
||||||
return windTurbinesPageVos;
|
return windTurbinesPageVos;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user