|
@ -428,7 +428,7 @@ public class PrescriptionEndpoint extends EnvelopRestEndpoint {
|
|
|
if(!"zsyy".equals(qywxId) && !"xm_xzzx_wx".equals(qywxId)){
|
|
|
//发送厦门i健康智能推送
|
|
|
try{
|
|
|
if (doctorDO!=null){
|
|
|
if (doctorDO!=null&&"3".equalsIgnoreCase(wlyyOutpatientDO.getOutpatientType())){
|
|
|
String wxurl = wlyyUrl+"/im/common/message/sendDoctorTemplateByDoctorIdcard?businessType=1&doctor_idcard="+doctorDO.getIdcard()+"&patientName="+URLEncoder.encode(wlyyOutpatientDO.getPatientName());
|
|
|
logger.info("发送厦门i健康智能推送url:"+wxurl);
|
|
|
wlyyBusinessService.sendDoctorTemplateByDoctorIdcard(wxurl);
|