奥体项目设备状态接口BUG修改
正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
... | @@ -2917,9 +2917,11 @@ public class OlympicCenterServiceImpl implements IOlympicCenterService { | ... | @@ -2917,9 +2917,11 @@ public class OlympicCenterServiceImpl implements IOlympicCenterService { |
2917 | }else{ | 2917 | }else{ |
2918 | statusMap.put("monitorid",""); | 2918 | statusMap.put("monitorid",""); |
2919 | } | 2919 | } |
2920 | if("equip_status".equals(whatStructData1.getEquipType())){ | ||
2920 | list1.add(statusMap); | 2921 | list1.add(statusMap); |
2921 | } | 2922 | } |
2922 | } | 2923 | } |
2924 | } | ||
2923 | map.put("status", getStatusNew2(monitorMap,list1,equipCode)); | 2925 | map.put("status", getStatusNew2(monitorMap,list1,equipCode)); |
2924 | map.put("signal","--"); | 2926 | map.put("signal","--"); |
2925 | if(whatStructData.getMonitorId()!=null){ | 2927 | if(whatStructData.getMonitorId()!=null){ | ... | ... |
-
请 注册 或 登录 后发表评论