소스 검색

中山优化

wangzhinan 7 달 전
부모
커밋
502fe80333
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      business/base-service/src/main/java/com/yihu/jw/hospital/prescription/service/PrescriptionService.java

+ 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());