|  |  | @@ -42,7 +42,7 @@ public class ProductServiceImpl implements ProductService { | 
		
	
		
			
			|  |  |  | List<Product> list = productMapper.findList(record); | 
		
	
		
			
			|  |  |  | for (Product prod: list) { | 
		
	
		
			
			|  |  |  | if(EnumProductType.product_2.getCode().equals(prod.getType())){ | 
		
	
		
			
			|  |  |  | prod.setExtraInfo(payProductFactory.getPayAdapterService(prod.getProjectType()).getProductExtroInfo(prod)); | 
		
	
		
			
			|  |  |  | prod.setExtraInfo(payProductFactory.getProjectService(prod.getProjectType()).getPayProductExtroInfo(prod)); | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | return list; | 
		
	
	
		
			
				|  |  | 
 |