|  | @ -2803,7 +2803,7 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
 | 
	
		
			
				|  |  |     
 | 
	
		
			
				|  |  |             if(listscore!=null&&listscore.size()>0){
 | 
	
		
			
				|  |  |                 for(Map<String,Object> _listscore :listscore){
 | 
	
		
			
				|  |  |                     doctorScore += (Double)_listscore.get("score");
 | 
	
		
			
				|  |  |                     doctorScore += Double.parseDouble(_listscore.get("score").toString());
 | 
	
		
			
				|  |  |                 }
 | 
	
		
			
				|  |  |             }
 | 
	
		
			
				|  |  |             doctorScore = doctorScore/3;
 |