瀏覽代碼

中山优化

wangzhinan 4 月之前
父節點
當前提交
502fe80333

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

@ -16823,6 +16823,7 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
        data.put("idType","01");
        data.put("tel",patientDO.getMobile());
        data.put("patientName",patientDO.getName());
        data.put("sex",patientDO.getSex());
        data.put("openDoctorCode",doctorMappingDO.getMappingCode());
        data.put("openDoctorName",doctorDO.getName());
        data.put("openDoctorIdNo",doctorDO.getIdcard());