Merge pull request #527 from BradyXs/wvp-28181-2.0

fix(SIP): 修复海康NVR无parentId导致分屏监控没办法展开的问题
This commit is contained in:
648540858 2022-06-22 10:02:53 +08:00 committed by GitHub
commit 74365144aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -255,6 +255,8 @@ public class XmlUtil {
}else if (deviceChannel.getChannelId().length() == 20) {
if (Integer.parseInt(deviceChannel.getChannelId().substring(10, 13)) == 216) { // 虚拟组织
deviceChannel.setParentId(businessGroupID);
}else if (Integer.parseInt(device.getDeviceId().substring(10, 13) )== 118) {//NVR 如果上级设备编号是NVR则直接将NVR的编号设置给通道的上级编号
deviceChannel.setParentId(device.getDeviceId());
}else if (deviceChannel.getCivilCode() != null) {
// 设备 无parentId的20位是使用CivilCode表示上级的设备
// 215 业务分组是需要有parentId的