|  |  |  | @ -32,9 +32,9 @@ public class RobotDigitTypeHandler implements IRobotIdentifyTypeHandler<RobotIde | 
			
		
	
		
			
				
					|  |  |  |  | 			recordVo.setTenantId(tenantId); | 
			
		
	
		
			
				
					|  |  |  |  | 			recordVo.setContentId(content.getId()); | 
			
		
	
		
			
				
					|  |  |  |  | 			String addr = content.getCameraAddr(); | 
			
		
	
		
			
				
					|  |  |  |  | 			recordVo.setFileUrl(picUrl); | 
			
		
	
		
			
				
					|  |  |  |  | 			if(Func.isNotEmpty(digits)){ | 
			
		
	
		
			
				
					|  |  |  |  | 				for (RobotAiDigitReturn re : digits) { | 
			
		
	
		
			
				
					|  |  |  |  | 					recordVo.setFileUrl(picUrl); | 
			
		
	
		
			
				
					|  |  |  |  | 					if(addr.trim().equals(re.getRowindex() + AIContants.COMMA + re.getColindex())){ | 
			
		
	
		
			
				
					|  |  |  |  | 						recordVo.setCurrentValue(re.getClassname()/Math.pow(10, Double.valueOf(content.getOtherParam())) + ""); | 
			
		
	
		
			
				
					|  |  |  |  | 						recordVo.setCurrentStatus(setCurrentStatus(recordVo.getCurrentValue(), content.getCheckVal())); | 
			
		
	
	
		
			
				
					|  |  |  | 
 |