Commit 992fa80487697016325a9e6ac748c68439167f8c
1 parent
8a7e3afe67
Exists in
dev
产妇建档
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MedicalRecordFacade.java
View file @
992fa80
... | ... | @@ -39,6 +39,7 @@ |
39 | 39 | medicalRecordVo.setPage(queryVo.getPage()); |
40 | 40 | medicalRecordVo.setCardNo(queryVo.getCardNo()); |
41 | 41 | medicalRecordVo.setPhone(queryVo.getPhone()); |
42 | + medicalRecordVo.setQueryNo(queryVo.getQueryNo()); | |
42 | 43 | medicalRecordVo.setMdtrtId(queryVo.getMdtrtId()); |
43 | 44 | |
44 | 45 | List<MedicalRecordVo> medicalRecordVoList = appointmentService.queryList(medicalRecordVo); |
... | ... | @@ -54,6 +55,7 @@ |
54 | 55 | List<Patients> patientsList = patientsService.queryPatient(patientsQuery); |
55 | 56 | if(CollectionUtils.isNotEmpty(patientsList)){ |
56 | 57 | recordVo.setPatientsType("已建档"); |
58 | + recordVo.setPhone(patientsList.get(0).getPhone()); | |
57 | 59 | }else{ |
58 | 60 | recordVo.setPatientsType("未建档"); |
59 | 61 | } |