| 
						
						
							
								
							
						
						
					 | 
					@ -227,6 +227,7 @@ public class StatsIssueServiceImpl implements StatsIssueService { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
									FactIssueAgencyMonthlyDTO dto = issueAgencyMonthlyIncList.get(i); | 
					 | 
					 | 
									FactIssueAgencyMonthlyDTO dto = issueAgencyMonthlyIncList.get(i); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
									if (agency.getId().equals(dto.getAgencyId())) { | 
					 | 
					 | 
									if (agency.getId().equals(dto.getAgencyId())) { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
										monthly.setIssueIncr(dto.getIssueIncr()); | 
					 | 
					 | 
										monthly.setIssueIncr(dto.getIssueIncr()); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
										monthly.setVotingIncr(dto.getVotingIncr()); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
										monthly.setShiftProjectIncr(dto.getShiftProjectIncr()); | 
					 | 
					 | 
										monthly.setShiftProjectIncr(dto.getShiftProjectIncr()); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
										monthly.setClosedIncr(dto.getClosedIncr()); | 
					 | 
					 | 
										monthly.setClosedIncr(dto.getClosedIncr()); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
										monthly.setClosedResolvedIncr(dto.getClosedResolvedIncr()); | 
					 | 
					 | 
										monthly.setClosedResolvedIncr(dto.getClosedResolvedIncr()); | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
					@ -430,6 +431,7 @@ public class StatsIssueServiceImpl implements StatsIssueService { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
									FactIssueGridMonthlyDTO dto = gridMonthlyIncListList.get(i); | 
					 | 
					 | 
									FactIssueGridMonthlyDTO dto = gridMonthlyIncListList.get(i); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
									if (grid.getId().equals(dto.getGridId())) { | 
					 | 
					 | 
									if (grid.getId().equals(dto.getGridId())) { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
										monthly.setIssueIncr(dto.getIssueIncr()); | 
					 | 
					 | 
										monthly.setIssueIncr(dto.getIssueIncr()); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
										monthly.setVotingIncr(dto.getVotingIncr()); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
										monthly.setShiftProjectIncr(dto.getShiftProjectIncr()); | 
					 | 
					 | 
										monthly.setShiftProjectIncr(dto.getShiftProjectIncr()); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
										monthly.setClosedIncr(dto.getClosedIncr()); | 
					 | 
					 | 
										monthly.setClosedIncr(dto.getClosedIncr()); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
										monthly.setClosedResolvedIncr(dto.getClosedResolvedIncr()); | 
					 | 
					 | 
										monthly.setClosedResolvedIncr(dto.getClosedResolvedIncr()); | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |