|
@ -247,7 +247,7 @@ public class PatientNoLoginEndPoint extends EnvelopRestEndpoint {
|
|
|
|
|
|
//医生咨询
|
|
|
result.put("zxCount",imService.SessionsUnreadMessageCount(doctor.getId(),"1"));//专家咨询咨询数量
|
|
|
result.put("fzCount",imService.SessionsUnreadMessageCount(doctor.getId(),"1"));//图文复诊数量
|
|
|
result.put("fzCount",imService.SessionsUnreadMessageCount(doctor.getId(),"9"));//图文复诊数量
|
|
|
|
|
|
return success("请求成功",result);
|
|
|
}
|