|  |  | @ -100,6 +100,6 @@ public class ResiVolunteerController { | 
			
		
	
		
			
				
					|  |  |  |     @PostMapping("volunteeruserids") | 
			
		
	
		
			
				
					|  |  |  |     public Result<List<String>> volunteerUserIds(@RequestBody CommonCustomerFormDTO customerFormDTO){ | 
			
		
	
		
			
				
					|  |  |  |         ValidatorUtils.validateEntity(customerFormDTO,CommonCustomerFormDTO.CustomerIdGroup.class); | 
			
		
	
		
			
				
					|  |  |  |         return new Result<List<String>>().ok(volunteerInfoService.selectVolunteerIds(customerFormDTO)); | 
			
		
	
		
			
				
					|  |  |  |         return new Result<List<String>>().ok(volunteerInfoService.getVolunteerIds(customerFormDTO)); | 
			
		
	
		
			
				
					|  |  |  |     } | 
			
		
	
		
			
				
					|  |  |  | } | 
			
		
	
	
		
			
				
					|  |  | 
 |