|
@ -6079,6 +6079,7 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
|
String patienName = "";
|
|
|
String mailNo ="";
|
|
|
String msgUrl ="";
|
|
|
WlyyPrescriptionDO prescriptionDO = prescriptionDao.findOne(prescriptionId);
|
|
|
WlyyOutpatientDO wlyyOutpatientDO = outpatientDao.findById(outpatientId);
|
|
|
List<WlyyPrescriptionInfoDO> wlyyPrescriptionInfoDOS = prescriptionInfoDao.findByPrescriptionId(prescriptionId,1);
|
|
|
if (wlyyOutpatientDO!=null){
|
|
@ -6115,7 +6116,7 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
|
newConfig.setKeyword3(mailNo);
|
|
|
newConfig.setKeyword4(remindMsg);
|
|
|
newConfig.setRemark(config.getRemark());
|
|
|
String path = "returnVisit/logistics?outpatientId="+outpatientId+"&prescriptionCode="+prescriptionId;
|
|
|
String path = "returnVisit/logistics?outpatientId="+outpatientId+"&prescriptionCode="+prescriptionId+"&realOrder="+prescriptionDO.getRealOrder();
|
|
|
|
|
|
newConfig.setPagepath(newConfig.getPagepath()+ URLEncoder.encode(path));
|
|
|
newConfig.setUrl(newConfig.getUrl().replace("key1",outpatientId).replace("key2",prescriptionId));
|
|
@ -6148,7 +6149,7 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
|
first = "您好,您的处方订单物流"+remindMsg;
|
|
|
contentMsg = "药品订单"+remindMsg;
|
|
|
logger.info("推送物流模板消息参数first:"+first+"====contentMsg:"+contentMsg);
|
|
|
msgUrl="/ims-wx/index.html#/returnVisit/logistics?type=2&outpatientId="+outpatientId+"&prescriptionCode="+prescriptionId;
|
|
|
msgUrl="/ims-wx/index.html#/returnVisit/logistics?type=2&outpatientId="+outpatientId+"&prescriptionCode="+prescriptionId+"&realOrder="+prescriptionDO.getRealOrder();
|
|
|
String responseMsg = "";
|
|
|
if ("xm_xzzx_wx".equalsIgnoreCase(wechatId)) {
|
|
|
//String prefix="https://www.xmheart.com";
|