|  | @ -1933,7 +1933,7 @@ public class StatisticsESService {
 | 
	
		
			
				|  |  |         String switchIndex = "";//转签index
 | 
	
		
			
				|  |  |         String signIndex ="1";//签约index
 | 
	
		
			
				|  |  |         String renewIndex =index;//续签index
 | 
	
		
			
				|  |  |         String date = year + "-10-19";
 | 
	
		
			
				|  |  |         String date = year + "-06-30";
 | 
	
		
			
				|  |  |         try{
 | 
	
		
			
				|  |  |             if (level == 5) {
 | 
	
		
			
				|  |  |                 //团队的转签
 | 
	
	
		
			
				|  | @ -1973,7 +1973,7 @@ public class StatisticsESService {
 | 
	
		
			
				|  |  |                 //续签量
 | 
	
		
			
				|  |  |                 renewSaveModel=elasticsearchUtil.findOneDateQuotaLevel0(date,area,level,renewIndex,"2");
 | 
	
		
			
				|  |  |                 //转签量
 | 
	
		
			
				|  |  |                 switchSaveModel=elasticsearchUtil.findOneDateQuotaLevel0(date,area,level,renewIndex,"2");
 | 
	
		
			
				|  |  |                 switchSaveModel=elasticsearchUtil.findOneDateQuotaLevel0(date,area,level,switchIndex,"2");
 | 
	
		
			
				|  |  |             }
 | 
	
		
			
				|  |  |             int renewNum = renewSaveModel.getResult2().intValue();
 | 
	
		
			
				|  |  |             int switchNum = switchSaveModel.getResult2().intValue();
 |