|
@ -246,9 +246,9 @@ public class DoctorConsultEndpoint extends EnvelopRestEndpoint {
|
|
|
imgCount = 0;
|
|
|
}
|
|
|
|
|
|
result.put("zjCount",zjCount);
|
|
|
result.put("imgCount",imgCount);
|
|
|
result.put("videoCount",waitVideoCount+_videoOnlineCount);
|
|
|
result.put("zjCount",zjCount);//专家咨询数量
|
|
|
result.put("imgCount",imgCount);//图文复诊数量
|
|
|
result.put("videoCount",waitVideoCount+_videoOnlineCount);//视频复诊数量
|
|
|
|
|
|
|
|
|
return success("请求成功",result);
|