|
@ -2668,8 +2668,8 @@ public class ConsultTeamService extends ConsultService {
|
|
|
contentobj.put("isSendWxTemplate",true);//是否发送咨询回复的微信模板
|
|
|
//医生发送Im消息
|
|
|
ImUtill.sendTopicIM(prescription.getDoctor(), prescription.getDoctorName(), prescription.getConsult(), "17", contentobj.toString(), null);
|
|
|
contentobj.put("isSendWxTemplate",false);//是否发送咨询回复的微信模板
|
|
|
//居民发送Im消息
|
|
|
ImUtill.sendTopicIM(prescription.getPatient(), prescription.getPatientName(), prescription.getConsult(), "17", contentobj.toString(), null);
|
|
|
// contentobj.put("isSendWxTemplate",false);//是否发送咨询回复的微信模板
|
|
|
// //居民发送Im消息
|
|
|
// ImUtill.sendTopicIM(prescription.getPatient(), prescription.getPatientName(), prescription.getConsult(), "17", contentobj.toString(), null);
|
|
|
}
|
|
|
}
|