Commit 085ec93e authored by wanghao's avatar wanghao

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

parent ed46ff52
...@@ -574,8 +574,10 @@ public class TDetectorUserServiceImpl implements ITDetectorUserService ...@@ -574,8 +574,10 @@ 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<>();
map.put("code",s); if (StringUtils.isNotBlank(s)) {
gasBottleTitleMapList.add(map); map.put("code",s);
gasBottleTitleMapList.add(map);
}
} }
} }
userMapListItme.put("gasBottleTitleList",gasBottleTitleMapList); userMapListItme.put("gasBottleTitleList",gasBottleTitleMapList);
......
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