|  | @ -323,7 +323,7 @@ public class StatsProjectServiceImpl implements StatsProjectService { | 
			
		
	
		
		
			
				
					|  |  |                 monthlyEntity.setResolvedRatio(entity.getResolvedRatio()); |  |  |                 monthlyEntity.setResolvedRatio(entity.getResolvedRatio()); | 
			
		
	
		
		
			
				
					|  |  |                 monthlyEntity.setUnresolvedTotal(entity.getUnresolvedTotal()); |  |  |                 monthlyEntity.setUnresolvedTotal(entity.getUnresolvedTotal()); | 
			
		
	
		
		
			
				
					|  |  |                 monthlyEntity.setUnresolvedRatio(entity.getUnresolvedRatio()); |  |  |                 monthlyEntity.setUnresolvedRatio(entity.getUnresolvedRatio()); | 
			
		
	
		
		
			
				
					
					|  |  |                 monthlyEntity.setProjectIncr(pendingIncr + closedIncr); |  |  |                 monthlyEntity.setProjectIncr(pendingIncr); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |                 monthlyEntity.setPendingIncr(pendingIncr); |  |  |                 monthlyEntity.setPendingIncr(pendingIncr); | 
			
		
	
		
		
			
				
					|  |  |                 monthlyEntity.setClosedIncr(closedIncr); |  |  |                 monthlyEntity.setClosedIncr(closedIncr); | 
			
		
	
		
		
			
				
					|  |  |                 monthlyEntity.setResolvedIncr(resolvedIncr); |  |  |                 monthlyEntity.setResolvedIncr(resolvedIncr); | 
			
		
	
	
		
		
			
				
					|  | @ -440,7 +440,10 @@ public class StatsProjectServiceImpl implements StatsProjectService { | 
			
		
	
		
		
			
				
					|  |  |         numberFormat.setMaximumFractionDigits(6); |  |  |         numberFormat.setMaximumFractionDigits(6); | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  |         //1:根据客户Id查询议题库已转项目的网格项目关系数据
 |  |  |         //1:根据客户Id查询议题库已转项目的网格项目关系数据
 | 
			
		
	
		
		
			
				
					
					|  |  |         List<IssueEntity> gridProjectList = issueService.getGridProjectList(customerId); |  |  |         IssueEntity issueEntity = new IssueEntity(); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |  |  |  |         issueEntity.setCustomerId(customerId); | 
			
		
	
		
		
			
				
					|  |  |  |  |  |         issueEntity.setCreatedTime(date); | 
			
		
	
		
		
			
				
					|  |  |  |  |  |         List<IssueEntity> gridProjectList = issueService.getGridProjectList(issueEntity); | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  |         //2:遍历网格维度数据,统计每个网格各项指标数据
 |  |  |         //2:遍历网格维度数据,统计每个网格各项指标数据
 | 
			
		
	
		
		
			
				
					|  |  |         for (DimGridEntity grid : dimGridList) { |  |  |         for (DimGridEntity grid : dimGridList) { | 
			
		
	
	
		
		
			
				
					|  | @ -616,7 +619,7 @@ public class StatsProjectServiceImpl implements StatsProjectService { | 
			
		
	
		
		
			
				
					|  |  |                 monthlyEntity.setResolvedRatio(entity.getResolvedRatio()); |  |  |                 monthlyEntity.setResolvedRatio(entity.getResolvedRatio()); | 
			
		
	
		
		
			
				
					|  |  |                 monthlyEntity.setUnresolvedTotal(entity.getUnresolvedTotal()); |  |  |                 monthlyEntity.setUnresolvedTotal(entity.getUnresolvedTotal()); | 
			
		
	
		
		
			
				
					|  |  |                 monthlyEntity.setUnresolvedRatio(entity.getUnresolvedRatio()); |  |  |                 monthlyEntity.setUnresolvedRatio(entity.getUnresolvedRatio()); | 
			
		
	
		
		
			
				
					
					|  |  |                 monthlyEntity.setProjectIncr(pendingIncr + closedIncr); |  |  |                 monthlyEntity.setProjectIncr(pendingIncr); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |                 monthlyEntity.setPendingIncr(pendingIncr); |  |  |                 monthlyEntity.setPendingIncr(pendingIncr); | 
			
		
	
		
		
			
				
					|  |  |                 monthlyEntity.setClosedIncr(closedIncr); |  |  |                 monthlyEntity.setClosedIncr(closedIncr); | 
			
		
	
		
		
			
				
					|  |  |                 monthlyEntity.setResolvedIncr(resolvedIncr); |  |  |                 monthlyEntity.setResolvedIncr(resolvedIncr); | 
			
		
	
	
		
		
			
				
					|  | 
 |