Commit e980350c authored by chenzhao's avatar chenzhao

修改代码

parent 79fc0cea
......@@ -1358,7 +1358,7 @@ public class MonitorFanIndicatorImpl implements IMonitorFanIndicator {
for (IndicatorsDto datass : listDatass) {
String url = "";
String[] urls = datass.getPictureName().split(",");
if (datass.getValue().equals("true")){
if (datass.getValue().equals("false")){
url =pictureUrl+urls[0];
}else {
url =pictureUrl+ urls[1];;
......
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