|
@ -4298,25 +4298,23 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
|
//String prefix="https://www.xmheart.com";
|
|
|
String prefix = "https://ih.xmheart.com/hlwyy";
|
|
|
if(StringUtils.isNotEmpty(outpatientId)){
|
|
|
responseMsg = xzzxEntranceService.sendXCXMes(wxId,
|
|
|
responseMsg = xzzxEntranceService.sendMes(wxId,
|
|
|
patientDO.getId(),
|
|
|
patientDO.getIdcard(),
|
|
|
first,
|
|
|
contentMsg,
|
|
|
remark,
|
|
|
prefix+msgUrl,
|
|
|
"wx53f6bb4ac081d840");
|
|
|
prefix+msgUrl);
|
|
|
}
|
|
|
|
|
|
if (consultTeam!=null&&consPatientDO!=null){
|
|
|
responseMsg = xzzxEntranceService.sendXCXMes(wxId,
|
|
|
responseMsg = xzzxEntranceService.sendMes(wxId,
|
|
|
consPatientDO.getId(),
|
|
|
consPatientDO.getIdcard(),
|
|
|
first,
|
|
|
contentMsg,
|
|
|
remark,
|
|
|
prefix+msgUrl,
|
|
|
"wx53f6bb4ac081d840");
|
|
|
prefix+msgUrl);
|
|
|
}
|
|
|
logger.info("url="+prefix+msgUrl);
|
|
|
String msg="first:"+first+"contentMsg:"+contentMsg+"remark:"+remark;
|