| 
						
						
							
								
							
						
						
					 | 
					@ -548,7 +548,7 @@ public class IcEventController { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @param icEventIds | 
					 | 
					 | 
					     * @param icEventIds | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @return | 
					 | 
					 | 
					     * @return | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     */ | 
					 | 
					 | 
					     */ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					    @PostMapping("gov/project/icEvent/batchSelectById") | 
					 | 
					 | 
					    @PostMapping("batchSelectById") | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					    public Result<List<IcEventDTO>> batchSelectById(@RequestBody List<String> icEventIds) { | 
					 | 
					 | 
					    public Result<List<IcEventDTO>> batchSelectById(@RequestBody List<String> icEventIds) { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        if (CollectionUtils.isEmpty(icEventIds)) { | 
					 | 
					 | 
					        if (CollectionUtils.isEmpty(icEventIds)) { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            return new Result<>(); | 
					 | 
					 | 
					            return new Result<>(); | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |