Pārlūkot izejas kodu

Merge branch 'dev' of chenweida/patient-co-management into dev

chenweida 7 gadi atpakaļ
vecāks
revīzija
bc46e40f22

+ 3 - 3
patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/wechat/process/WeiXinEventProcess.java

@ -243,10 +243,10 @@ public class WeiXinEventProcess {
        // 图文消息图片URL
        // 图文消息图片URL
        String prescription_pic = systemConf.getProperty("patient_prescription_pic");
        String prescription_pic = systemConf.getProperty("patient_prescription_pic");
        // URL设置服务器URL、AppId
        // URL设置服务器URL、AppId
        prescription = prescription.replace("{server}", systemConf.getProperty("wechat_base_url"))
                .replace("{appId}", systemConf.getProperty("appId"));
        prescription = prescription.replace("{server}",wechat_base_url)
                .replace("{appId}",appId);
        //图片地址
        //图片地址
        prescription_pic = prescription_pic.replace("{server}", systemConf.getProperty("server_url"));
        prescription_pic = prescription_pic.replace("{server}",serverUrl);
        articlePrescription.put("Url", prescription);
        articlePrescription.put("Url", prescription);
        articlePrescription.put("Title", "处方记录");
        articlePrescription.put("Title", "处方记录");