| 
						
						
							
								
							
						
						
					 | 
					@ -465,7 +465,7 @@ public class IcVolunteerPolyServiceImpl extends BaseServiceImpl<IcVolunteerPolyD | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            VolunteerPolyPieResultDTO dto = new VolunteerPolyPieResultDTO(); | 
					 | 
					 | 
					            VolunteerPolyPieResultDTO dto = new VolunteerPolyPieResultDTO(); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            dto.setCode(item.getCode()); | 
					 | 
					 | 
					            dto.setCode(item.getCode()); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            dto.setValue(item.getValue()); | 
					 | 
					 | 
					            dto.setValue(item.getValue()); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					            dto.setLabel(data.get(item.getValue())); | 
					 | 
					 | 
					            dto.setLabel("111"); | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					            return dto; | 
					 | 
					 | 
					            return dto; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        }).collect(Collectors.toList()); | 
					 | 
					 | 
					        }).collect(Collectors.toList()); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    } | 
					 | 
					 | 
					    } | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |