Commit 7fda4163 authored by wujiang's avatar wujiang

提交状态判断

parent be23e7d0
...@@ -409,7 +409,7 @@ public class MonitorFanIndicatorImpl implements IMonitorFanIndicator { ...@@ -409,7 +409,7 @@ public class MonitorFanIndicatorImpl implements IMonitorFanIndicator {
{ {
equipMap.put(entry.getKey(), "正常运行"); equipMap.put(entry.getKey(), "正常运行");
} }
else if("9.0".equals(fault22)) else if("11.0".equals(fanStatus))
{ {
equipMap.put(entry.getKey(), "限功率"); equipMap.put(entry.getKey(), "限功率");
} }
......
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