# Conflicts: # business/base-service/src/main/java/com/yihu/jw/hospital/prescription/service/PrescriptionService.java
@ -6119,6 +6119,7 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
if (!StringUtils.isNoneBlank(outpatientDO.getCardNo())){
cardNo = outpatientDO.getCardNo();
}
logger.info("cardNo:"+cardNo);
ylzPayService.msgPush("01",cardNo,"01",patientDO.getMobile(),"03",userNo,userName,idcard,realerOrder,applyDepaName,applyDoctorName,recipeTime,free,"1");
//sendHisDiagnosis(jsonData, outpatientDO, wlyyPrescriptionDO);
@ -281,6 +281,7 @@ public class YlzPayService {
jsonObject.put("recipeTime",recipeTime);//处方时间yyyyMMddHHmmss
jsonObject.put("fee",fee);//总费用
jsonObject.put("recipeNum",recipeNum);//处方数
System.out.println("推送模板消息参数"+jsonObject.toJSONString());
//jsonObject.put("extra")
ResponseParams<MmpPushResult> response = onepayClient.mmpMsgPush(jsonObject);
if (response.getRespCode().equals("000000")){