Commit caf52984 authored by wujiang's avatar wujiang

修复代码

parent c81583bd
...@@ -1944,10 +1944,10 @@ public class HealthStatusIndicatorServiceImpl { ...@@ -1944,10 +1944,10 @@ public class HealthStatusIndicatorServiceImpl {
Map<String, List<FanHealthIndexHour>> healthDataMaps = gateWayMaps.get(gateWayId); Map<String, List<FanHealthIndexHour>> healthDataMaps = gateWayMaps.get(gateWayId);
for (String address : healthDataMaps.keySet()) { for (String address : healthDataMaps.keySet()) {
//桨叶目标位置B //桨叶目标位置B
if(!"22046".equals(address)) // if(!"22046".equals(address))
{ // {
continue; // continue;
} // }
List<FanHealthIndexHour> idxBizFanHealthIndices = healthDataMaps.get(address); List<FanHealthIndexHour> idxBizFanHealthIndices = healthDataMaps.get(address);
......
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