Commit 53cd7228 authored by zhangsen's avatar zhangsen

水池液位趋势问题处理

parent f87cc755
...@@ -1007,6 +1007,7 @@ public class TopographyController extends AbstractBaseController { ...@@ -1007,6 +1007,7 @@ public class TopographyController extends AbstractBaseController {
IotIndexResVo iotIndexRes = null; IotIndexResVo iotIndexRes = null;
Map<String, List<IotDataVO>> map = new HashMap<>(); Map<String, List<IotDataVO>> map = new HashMap<>();
for (IotIndexResVo indexResVo : finalResContainsWaterLevel) { for (IotIndexResVo indexResVo : finalResContainsWaterLevel) {
iotIndexRes = new IotIndexResVo();
iotIndexRes.setName(indexResVo.getName()); iotIndexRes.setName(indexResVo.getName());
iotIndexRes.setTimes(collect); iotIndexRes.setTimes(collect);
iotIndexRes.setId(indexResVo.getId()); iotIndexRes.setId(indexResVo.getId());
......
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