Commit fbf8e69d authored by zhangsen's avatar zhangsen

bug修改

parent b4c1c8a5
......@@ -1175,12 +1175,12 @@ public class MonitorFanIndicatorImpl implements IMonitorFanIndicator {
String url = "";
if (listDatum.getDisplayName().contains("手车工作位置")){
String[] split = listDatum.getPictureName().split(":");
if (listDatum.getValue().equals("false")){
String[] split1 = split[0].split(",");
if (listDatum.getValue().equals("true")){
String[] split1 = split[1].split(",");
photoUrls.put(listDatum.getDisplayName().split("_")[0]+"scsurl",pictureUrl+split1[0]);
photoUrls.put(listDatum.getDisplayName().split("_")[0]+"scxurl",pictureUrl+split1[1]);
}else {
String[] split1 = split[1].split(",");
String[] split1 = split[0].split(",");
photoUrls.put(listDatum.getDisplayName().split("_")[0]+"scsurl",pictureUrl+split1[0]);
photoUrls.put(listDatum.getDisplayName().split("_")[0]+"scxurl",pictureUrl+split1[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