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