Commit 8d39f925 authored by 王晓倩's avatar 王晓倩

Merge remote-tracking branch 'origin/master'

parents 0077d42e 0728ad0c
......@@ -140,9 +140,14 @@ public class PipeInterfaceController {
//查询阀门井数据
List<DeviceData> pipeDates = iPipeInterfaceService.selectvalveData();
for (int i=0;i<pipeDates.size();i++){
//查询下级设备数据
List<PressureFlow> pressureFlows = iPipeInterfaceService.selectPressureFlow(pipeDates.get(i).getDeviceId());
pipeDates.get(i).setIconType(3);
pipeDates.get(i).setPressureFlows(pressureFlows);
}
deviceDataList.setData(pipeDates);
deviceDataList.setData(pipeDates);
return deviceDataList;
}
......
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