Commit ef83d01e authored by tangwei's avatar tangwei

去除无用数据

parent 256925bc
......@@ -1328,6 +1328,10 @@ public class MonitorFanIndicatorImpl implements IMonitorFanIndicator {
stringStringHashMap.put("value3", item.getValueF() == null ? "0" : keepTwoDecimalPlaces(item.getValueF().toString()));
}
});
}else{
stringStringHashMap.put("value1", "");
stringStringHashMap.put("value2", "");
stringStringHashMap.put("value3", "");
}
resultList.add(stringStringHashMap);
......
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