|  |  | @ -148,6 +148,9 @@ public class ScreenProjectCategoryGridAndOrgDailyServiceImpl implements ScreenPr | 
			
		
	
		
			
				
					|  |  |  |         if (CollectionUtils.isEmpty(relationInfo)){ | 
			
		
	
		
			
				
					|  |  |  |             // one customer
 | 
			
		
	
		
			
				
					|  |  |  |             List<ScreenProjectOrgDailyDTO> agencies = screenCustomerAgencyDao.selectAgencyByCustomer(customerId); | 
			
		
	
		
			
				
					|  |  |  |             if (CollectionUtils.isEmpty(agencies)){ | 
			
		
	
		
			
				
					|  |  |  |                 return; | 
			
		
	
		
			
				
					|  |  |  |             } | 
			
		
	
		
			
				
					|  |  |  |             List<GridAndOrgCategoryCountResultDTO> allAgencies = ConvertUtils.sourceToTarget(agencies, GridAndOrgCategoryCountResultDTO.class); | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |             result = screenProjectDataDao.selectOrgCategoryProjectCount(dateId, ProjectConstant.PROJECT_STATUS_ALL, customerId, NumConstant.FOUR, allAgencies); | 
			
		
	
	
		
			
				
					|  |  | 
 |