| 
					
				 | 
			
			
				@@ -731,7 +731,7 @@ public class SIPCommanderFroPlatform implements ISIPCommanderForPlatform { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 .append("<Response>\r\n") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 .append("<CmdType>RecordInfo</CmdType>\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"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (recordInfo.getRecordList() == null ) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             recordXml.append("<RecordList Num=\"0\">\r\n"); 
			 |