|  |  | @ -530,7 +530,7 @@ public class RelatorioPrintDataProvider | 
			
		
	
		
		
			
				
					
					|  |  |  | 				new String[]{ "hs_relatorio_medida" }, |  |  |  | 				new String[]{ "hs_relatorio_medida" }, | 
			
		
	
		
		
			
				
					
					|  |  |  | 				new Integer[]{}, |  |  |  | 				new Integer[]{}, | 
			
		
	
		
		
			
				
					
					|  |  |  | 				new Expression[]{}, |  |  |  | 				new Expression[]{}, | 
			
		
	
		
		
			
				
					
					|  |  |  | 				new String[]{ "hs_relatorio_medida.id", "hs_relatorio_medida.requesitos_legais" }, |  |  |  | 				new String[]{ "hs_relatorio_medida.id", "hs_relatorio_medida.requesitos_legais", "hs_relatorio_medida.description" }, | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | 				new Field( "hs_relatorio_medida.risco_id" ).isEqual( riscoId ).and(  |  |  |  | 				new Field( "hs_relatorio_medida.risco_id" ).isEqual( riscoId ).and(  | 
			
		
	
		
		
			
				
					
					|  |  |  | 					new Field( "hs_relatorio_medida.deleted_date" ).isEqual( null ) ), |  |  |  | 					new Field( "hs_relatorio_medida.deleted_date" ).isEqual( null ) ), | 
			
		
	
		
		
			
				
					
					|  |  |  | 				new String[]{ "hs_relatorio_medida.id" }, |  |  |  | 				new String[]{ "hs_relatorio_medida.id" }, | 
			
		
	
	
		
		
			
				
					|  |  | @ -541,7 +541,8 @@ public class RelatorioPrintDataProvider | 
			
		
	
		
		
			
				
					
					|  |  |  | 		for( int n = 0; n < array.columnLength(); n++ ) |  |  |  | 		for( int n = 0; n < array.columnLength(); n++ ) | 
			
		
	
		
		
			
				
					
					|  |  |  | 		{ |  |  |  | 		{ | 
			
		
	
		
		
			
				
					
					|  |  |  | 			String requisitosLegais = ( String ) array.get( n, 1 ); |  |  |  | 			String requisitosLegais = ( String ) array.get( n, 1 ); | 
			
		
	
		
		
			
				
					
					|  |  |  | 			medidas.add( new MedidaToPrint( requisitosLegais ) ); |  |  |  | 			String descricao = ( String ) array.get( n, 2 ); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 			medidas.add( new MedidaToPrint( requisitosLegais, descricao ) ); | 
			
		
	
		
		
			
				
					
					|  |  |  | 		} |  |  |  | 		} | 
			
		
	
		
		
			
				
					
					|  |  |  | 		return medidas; |  |  |  | 		return medidas; | 
			
		
	
		
		
			
				
					
					|  |  |  | 	} |  |  |  | 	} | 
			
		
	
	
		
		
			
				
					|  |  | 
 |