|  |  | @ -180,19 +180,19 @@ public class StatsGroupServiceImpl implements StatsGroupService { | 
			
		
	
		
			
				
					|  |  |  |     } | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |     /** | 
			
		
	
		
			
				
					|  |  |  |      * @param customerAgencyInfos | 
			
		
	
		
			
				
					|  |  |  |      * @param agencyList | 
			
		
	
		
			
				
					|  |  |  |      * @param timeDim | 
			
		
	
		
			
				
					|  |  |  |      * @param customerId | 
			
		
	
		
			
				
					|  |  |  |      * @Description 网格小组 【机关-日】 数据统计处理 | 
			
		
	
		
			
				
					|  |  |  |      * @author zxc | 
			
		
	
		
			
				
					|  |  |  |      */ | 
			
		
	
		
			
				
					|  |  |  |     public List<AgencyGroupDailyResultDTO> getAgencyGroupDaily(List<DimAgencyDTO> customerAgencyInfos, DimIdGenerator.DimIdBean timeDim, String customerId) { | 
			
		
	
		
			
				
					|  |  |  |         if (customerAgencyInfos.size() == NumConstant.ZERO) { | 
			
		
	
		
			
				
					|  |  |  |     public List<AgencyGroupDailyResultDTO> getAgencyGroupDaily(List<DimAgencyDTO> agencyList, DimIdGenerator.DimIdBean timeDim, String customerId) { | 
			
		
	
		
			
				
					|  |  |  |         if (CollectionUtils.isEmpty(agencyList)) { | 
			
		
	
		
			
				
					|  |  |  |             return new ArrayList<>(); | 
			
		
	
		
			
				
					|  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  |         List<AgencyGroupDailyResultDTO> result = new ArrayList<>(); | 
			
		
	
		
			
				
					|  |  |  |         String dateId = timeDim.getDateId(); | 
			
		
	
		
			
				
					|  |  |  |         List<DimAgencyEntity> agencyList = dimAgencyService.getAgencyListByCustomerId(customerId); | 
			
		
	
		
			
				
					|  |  |  | //        List<DimAgencyEntity> agencyList = dimAgencyService.getAgencyListByCustomerId(customerId);
 | 
			
		
	
		
			
				
					|  |  |  |         agencyList.forEach(agency -> { | 
			
		
	
		
			
				
					|  |  |  |             AgencyGroupDailyResultDTO agencyResult = new AgencyGroupDailyResultDTO(); | 
			
		
	
		
			
				
					|  |  |  |             String agencyId = agency.getId(); | 
			
		
	
	
		
			
				
					|  |  | 
 |