|
@ -212,7 +212,7 @@ public class XmlUtil { |
|
|
} |
|
|
} |
|
|
deviceChannel.setParentId(XmlUtil.getText(itemDevice, "ParentID")); |
|
|
deviceChannel.setParentId(XmlUtil.getText(itemDevice, "ParentID")); |
|
|
String parentId = XmlUtil.getText(itemDevice, "ParentID"); |
|
|
String parentId = XmlUtil.getText(itemDevice, "ParentID"); |
|
|
if (parentId.contains("/")) { |
|
|
if (parentId != null && parentId.contains("/")) { |
|
|
String lastParentId = parentId.substring(parentId.lastIndexOf("/") + 1); |
|
|
String lastParentId = parentId.substring(parentId.lastIndexOf("/") + 1); |
|
|
deviceChannel.setParentId(lastParentId); |
|
|
deviceChannel.setParentId(lastParentId); |
|
|
}else { |
|
|
}else { |
|
|