| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -57,7 +57,7 @@ public class IndexServiceImpl implements IndexService { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        yearAverageIndexResultDTO.setPartyDevAbility(getRound(yearAverageIndexResultDTO.getPartyDevAbility())); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        yearAverageIndexResultDTO.setGovernAbility(getRound(yearAverageIndexResultDTO.getGovernAbility())); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        yearAverageIndexResultDTO.setServiceAbility(getRound(yearAverageIndexResultDTO.getServiceAbility())); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        yearAverageIndexResultDTO.setYearAverageIndex(getRound(yearAverageIndexResultDTO.getYearAverageIndex())); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        yearAverageIndexResultDTO.setYearAverageIndex(yearAverageIndexResultDTO.getPartyDevAbility() + yearAverageIndexResultDTO.getGovernAbility() + yearAverageIndexResultDTO.getServiceAbility()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        return yearAverageIndexResultDTO; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    } | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -126,7 +126,7 @@ public class IndexServiceImpl implements IndexService { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            barchart.setPartyDevAbility(getRound(barchart.getPartyDevAbility())); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            barchart.setGovernAbility(getRound(barchart.getGovernAbility())); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            barchart.setServiceAbility(getRound(barchart.getServiceAbility())); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            barchart.setIndexTotal(getRound(barchart.getIndexTotal())); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            barchart.setIndexTotal(barchart.getPartyDevAbility() + barchart.getGovernAbility() + barchart.getServiceAbility()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        }); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        List<MonthBarchartResult> collect = monthBarchartResults.stream().sorted(Comparator.comparing(MonthBarchartResult::getMonthId)).collect(Collectors.toList()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        //升序 当前月份在队尾
 | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -199,7 +199,7 @@ public class IndexServiceImpl implements IndexService { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            indexRank.setPartyDevAbility(getRound(indexRank.getPartyDevAbility())); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            indexRank.setGovernAbility(getRound(indexRank.getGovernAbility())); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            indexRank.setServiceAbility(getRound(indexRank.getServiceAbility())); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            indexRank.setTotalIndex(getRound(indexRank.getTotalIndex())); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            indexRank.setTotalIndex(indexRank.getPartyDevAbility() + indexRank.getGovernAbility() + indexRank.getServiceAbility()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        }); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        return subAgencyIndexRankResultDTOS; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    } | 
				
			
			
		
	
	
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
				
				 | 
				
					@ -218,7 +218,7 @@ public class IndexServiceImpl implements IndexService { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                rank.setPartyDevAbility(getRound(rank.getPartyDevAbility())); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                rank.setGovernAbility(getRound(rank.getGovernAbility())); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                rank.setServiceAbility(getRound(rank.getServiceAbility())); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                rank.setTotalIndex(getRound(rank.getTotalIndex())); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                rank.setTotalIndex(rank.getPartyDevAbility() + rank.getGovernAbility() + rank.getServiceAbility()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            }); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        } | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        return subAgencyIndexRankResultDTOS; | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |