|
@ -1076,6 +1076,8 @@ public class DoctorConsultEndpoint extends EnvelopRestEndpoint {
|
|
|
result.put("imgConsultCount",prescriptionService.getWaitVideoCount(doctor,"1","3",wxId));//图文咨询数量
|
|
|
result.put("videoConsultCount",prescriptionService.getWaitVideoCount(doctor,"2","3",wxId));//视频咨询数量
|
|
|
result.put("homeConsultCount",prescriptionService.getWaitVideoCount(doctor,"3","3",wxId));//家医咨询数量
|
|
|
result.put("nursingConsultCount",prescriptionService.getWaitVideoCount(doctor,"1","5",wxId));//护理咨询
|
|
|
result.put("recoveryConsultCount",prescriptionService.getWaitVideoCount(doctor,"1","4",wxId));//护理咨询
|
|
|
if ("sd_tnzyy_wx".equalsIgnoreCase(wxId)){
|
|
|
result.put("doorServiceCount",prescriptionService.waitUpdoorCount(doctor));//上门服务数量
|
|
|
}
|