|  |  | @ -118,7 +118,7 @@ public class SupProductController { | 
			
		
	
		
		
			
				
					
					|  |  |  |             ListIterator<SupCertSetEntity> iterable = supCertSetEntities.listIterator(); |  |  |  |             ListIterator<SupCertSetEntity> iterable = supCertSetEntities.listIterator(); | 
			
		
	
		
		
			
				
					
					|  |  |  |             while (iterable.hasNext()) { |  |  |  |             while (iterable.hasNext()) { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 SupCertSetEntity supCertSetEntity = iterable.next(); |  |  |  |                 SupCertSetEntity supCertSetEntity = iterable.next(); | 
			
		
	
		
		
			
				
					
					|  |  |  |                 if (supCertSetEntity.getImports() == 1|| (supCertSetEntity.getImports() != null && supCertSetEntity.getImports() == 2 |  |  |  |                 if (supCertSetEntity.getImports()!=null && supCertSetEntity.getImports() == 1|| (supCertSetEntity.getImports() != null && supCertSetEntity.getImports() == 2 | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                         && StrUtil.trimToEmpty(supProductEntity.getRecordCode()).contains("进")) |  |  |  |                         && StrUtil.trimToEmpty(supProductEntity.getRecordCode()).contains("进")) | 
			
		
	
		
		
			
				
					
					|  |  |  |                         || (supCertSetEntity.getImports() != null && supCertSetEntity.getImports() == 3 && !StrUtil.trimToEmpty(supProductEntity.getRecordCode()).contains("进")) |  |  |  |                         || (supCertSetEntity.getImports() != null && supCertSetEntity.getImports() == 3 && !StrUtil.trimToEmpty(supProductEntity.getRecordCode()).contains("进")) | 
			
		
	
		
		
			
				
					
					|  |  |  |                         || (StrUtil.trimToEmpty(supProductEntity.getProductType()).equals(supCertSetEntity.getCplx())) |  |  |  |                         || (StrUtil.trimToEmpty(supProductEntity.getProductType()).equals(supCertSetEntity.getCplx())) | 
			
		
	
	
		
		
			
				
					|  |  | 
 |