Commit 016e3404 authored by chenzhao's avatar chenzhao

修改代码

parent 88a5dcbb
...@@ -1511,7 +1511,7 @@ public class MonitorFanIndicatorImpl implements IMonitorFanIndicator { ...@@ -1511,7 +1511,7 @@ public class MonitorFanIndicatorImpl implements IMonitorFanIndicator {
}else { }else {
picturl = pictureUrl+"dlg-h-green.png"; picturl = pictureUrl+"dlg-h-green.png";
} }
if(e.getEquipmentIndexName().contains("合闸")){ if(e.getEquipmentIndexName().endsWith("断路器合闸")){
resultMap.put(e.getEquipmentIndexName().substring(0,3),picturl); resultMap.put(e.getEquipmentIndexName().substring(0,3),picturl);
}else { }else {
resultMap.put("gy",picturl); resultMap.put("gy",picturl);
......
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