|
@ -589,7 +589,7 @@ public class ConsultTeamService extends ConsultService {
|
|
consultTeamDoctorDao.updateReply(log.getConsult(), teamOrDoctor);
|
|
consultTeamDoctorDao.updateReply(log.getConsult(), teamOrDoctor);
|
|
|
|
|
|
//shenzaixin v1.2.0 推送消息给患者
|
|
//shenzaixin v1.2.0 推送消息给患者
|
|
HttpUtil.sendWeixinWebsocketMsg(patient, "{busiType:'qianyuezixun',msgid:'" + log.getId() + "'}");
|
|
|
|
|
|
//HttpUtil.sendWeixinWebsocketMsg(patient, "{busiType:'qianyuezixun',msgid:'" + log.getId() + "'}");
|
|
} else if (type == 0 || type == 2) {
|
|
} else if (type == 0 || type == 2) {
|
|
// 查询相关联的医生
|
|
// 查询相关联的医生
|
|
Iterable<ConsultTeamDoctor> iterable = consultTeamDoctorDao.findByConsult(log.getConsult());
|
|
Iterable<ConsultTeamDoctor> iterable = consultTeamDoctorDao.findByConsult(log.getConsult());
|