Merge pull request #948 from DavidSche/wvp-28181-2.0
修复多级级联平台平台时,上级平台无法获取设备录像列表问题。问题详见 https://github.com/648540858/wvp-G…pull/952/head
commit
14eee911eb
|
@ -731,7 +731,7 @@ public class SIPCommanderFroPlatform implements ISIPCommanderForPlatform {
|
||||||
.append("<Response>\r\n")
|
.append("<Response>\r\n")
|
||||||
.append("<CmdType>RecordInfo</CmdType>\r\n")
|
.append("<CmdType>RecordInfo</CmdType>\r\n")
|
||||||
.append("<SN>" +recordInfo.getSn() + "</SN>\r\n")
|
.append("<SN>" +recordInfo.getSn() + "</SN>\r\n")
|
||||||
.append("<DeviceID>" + recordInfo.getDeviceId() + "</DeviceID>\r\n")
|
.append("<DeviceID>" + recordInfo.getChannelId() + "</DeviceID>\r\n")
|
||||||
.append("<SumNum>" + recordInfo.getSumNum() + "</SumNum>\r\n");
|
.append("<SumNum>" + recordInfo.getSumNum() + "</SumNum>\r\n");
|
||||||
if (recordInfo.getRecordList() == null ) {
|
if (recordInfo.getRecordList() == null ) {
|
||||||
recordXml.append("<RecordList Num=\"0\">\r\n");
|
recordXml.append("<RecordList Num=\"0\">\r\n");
|
||||||
|
|
Loading…
Reference in New Issue