|  |  | @ -922,6 +922,7 @@ public class CustomerGridServiceImpl extends BaseServiceImpl<CustomerGridDao, Cu | 
			
		
	
		
			
				
					|  |  |  |             OptionResultDTO dto = new OptionResultDTO(); | 
			
		
	
		
			
				
					|  |  |  |             dto.setLabel(item.getGridName()); | 
			
		
	
		
			
				
					|  |  |  |             dto.setValue(item.getId()); | 
			
		
	
		
			
				
					|  |  |  |             dto.setPid(item.getPid()); | 
			
		
	
		
			
				
					|  |  |  |             return dto; | 
			
		
	
		
			
				
					|  |  |  |         }).collect(Collectors.toList()); | 
			
		
	
		
			
				
					|  |  |  |     } | 
			
		
	
	
		
			
				
					|  |  | 
 |