|  | @ -200,6 +200,9 @@ public class PatientNoLoginEndPoint extends EnvelopRestEndpoint {
 | 
	
		
			
				|  |  |             Integer zjCount = imService.sessionCountByType(doctor.getId(),1,0);
 | 
	
		
			
				|  |  |             //全科医生求助专科
 | 
	
		
			
				|  |  |             Integer zjqzCount = imService.sessionCountByType(doctor.getId(),15,0);
 | 
	
		
			
				|  |  |     
 | 
	
		
			
				|  |  |             //专家咨询
 | 
	
		
			
				|  |  | //            Integer unreadMessageCount = imService.sessionCountByType(doctor,1,0);
 | 
	
		
			
				|  |  |             result.put("zjCount",zjCount+zjqzCount);//专家咨询数量
 | 
	
		
			
				|  |  |         }else{
 | 
	
		
			
				|  |  |             result.put("zjCount",0);//专家咨询数量
 |