|  |  | @ -310,7 +310,7 @@ public class KpiCaseHandlingServiceImpl extends BaseServiceImpl<KpiCaseHandlingD | 
			
		
	
		
			
				
					|  |  |  |     private Boolean checkScoreCell(KpiCaseHandlingExcel kpiCaseHandlingExcel){ | 
			
		
	
		
			
				
					|  |  |  |         // 案件处置情况分数(100分)
 | 
			
		
	
		
			
				
					|  |  |  |         String caseHandling = kpiCaseHandlingExcel.getCaseHandling(); | 
			
		
	
		
			
				
					|  |  |  |         if(ExcelUtils.checkNumber(caseHandling)){ | 
			
		
	
		
			
				
					|  |  |  |         if(ExcelUtils.checkNumberTwoPoint(caseHandling)){ | 
			
		
	
		
			
				
					|  |  |  |             return true; | 
			
		
	
		
			
				
					|  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  |         Double caseHandlingDouble = Double.parseDouble(caseHandling); | 
			
		
	
	
		
			
				
					|  |  | 
 |