瀏覽代碼

医生部门修改

wangjun 4 年之前
父節點
當前提交
e98c691fdb

+ 1 - 2
business/base-service/src/main/java/com/yihu/jw/hospital/prescription/service/PrescriptionService.java

@ -7763,11 +7763,10 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
        }
        String returnValue = "";
        Map<String, String> params = new HashedMap();
        params.put("type", "getPatInfoDataXml");
        params.put("data", data);
        returnValue = com.yihu.jw.utils.WebserviceUtil.post(url,
                "http://business.htemr.haitaiinc.com",
                "manageEmrDataAll",
                "getPatInfoDataXml",
                params);
        logger.info("门诊病历列表信息,返回值xmlstr:" + returnValue);