Commit c4aa8282 authored by chenzhao's avatar chenzhao

修改代码

parent eb56d70c
......@@ -838,7 +838,7 @@ public class MonitorFanIndicatorImpl implements IMonitorFanIndicator {
statusMap.put("data",StringUtils.isEmpty(listDatum.getDisplayName())?listDatum.getEquipmentIndexName():listDatum.getDisplayName());
statusMap.put("state",listDatum.getState().equals("true")? 0:1);
statusMap.put("status",listDatum.getState().equals("true")? 0:1);
statusMap.put("title",listDatum.getState().equals("true")?"断":"通");
statusMap.put("title",listDatum.getState().equals("true")?"通":"断");
statusMaps.add(statusMap);
}
return statusMaps;
......
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