|  | @ -1193,10 +1193,10 @@ public class RehabilitationManageService {
 | 
	
		
			
				|  |  |      */
 | 
	
		
			
				|  |  |     public ObjEnvelop patientCount(String doctorCode){
 | 
	
		
			
				|  |  |         Integer count =patientRehabilitationPlanDao.patientCount(doctorCode);
 | 
	
		
			
				|  |  |         Integer unfinishCount = patientRehabilitationPlanDao.patientCountByUnfinish(doctorCode);
 | 
	
		
			
				|  |  |         Integer finishCount = patientRehabilitationPlanDao.getFinishPatientCount(doctorCode);
 | 
	
		
			
				|  |  |         Map<String,Object> map = new HashMap<>();
 | 
	
		
			
				|  |  |         map.put("planCount",count);
 | 
	
		
			
				|  |  |         map.put("finishedPlanCount",count-unfinishCount);
 | 
	
		
			
				|  |  |         map.put("finishedPlanCount",finishCount);
 | 
	
		
			
				|  |  |         return ObjEnvelop.getSuccess(SpecialistMapping.api_success,map);
 | 
	
		
			
				|  |  |     }
 | 
	
		
			
				|  |  | 
 |