Commit 085ec93e authored by wanghao's avatar wanghao

1 大屏端 用户点位 关联 气瓶数据展示 调整。

parent ed46ff52
...@@ -574,10 +574,12 @@ public class TDetectorUserServiceImpl implements ITDetectorUserService ...@@ -574,10 +574,12 @@ public class TDetectorUserServiceImpl implements ITDetectorUserService
if (collect7.size() > 0) { if (collect7.size() > 0) {
for (String s : collect7) { for (String s : collect7) {
Map<String,Object> map = new HashMap<>(); Map<String,Object> map = new HashMap<>();
if (StringUtils.isNotBlank(s)) {
map.put("code",s); map.put("code",s);
gasBottleTitleMapList.add(map); gasBottleTitleMapList.add(map);
} }
} }
}
userMapListItme.put("gasBottleTitleList",gasBottleTitleMapList); userMapListItme.put("gasBottleTitleList",gasBottleTitleMapList);
} }
userMapList.add(userMapListItme); userMapList.add(userMapListItme);
......
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