|  |  | @ -716,7 +716,7 @@ public class GovProjectServiceImpl implements GovProjectService { | 
			
		
	
		
			
				
					|  |  |  | 	 */ | 
			
		
	
		
			
				
					|  |  |  | 	@Override | 
			
		
	
		
			
				
					|  |  |  | 	public Map<String, Integer> getMemberClosedProjectMap(OrgStatisticsFormDTO formDTO) { | 
			
		
	
		
			
				
					|  |  |  | 		List<OrgCountDTO> list = projectDao.getMemberProjectCount(formDTO); | 
			
		
	
		
			
				
					|  |  |  | 		List<OrgCountDTO> list = projectDao.getMemberClosedProjectCount(formDTO); | 
			
		
	
		
			
				
					|  |  |  | 		if (CollectionUtils.isEmpty(list)) { | 
			
		
	
		
			
				
					|  |  |  | 			return Collections.emptyMap(); | 
			
		
	
		
			
				
					|  |  |  | 		} | 
			
		
	
	
		
			
				
					|  |  | 
 |