Commit 15104746998d9b6ae8393379f85a6494a319e315

Authored by haorp
1 parent 4310ef6d15
Exists in dev

产妇建档

Showing 1 changed file with 0 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MedicalRecordFacade.java View file @ 1510474
... ... @@ -49,7 +49,6 @@
49 49 for (MedicalRecordVo recordVo : medicalRecordVoList) {
50 50 PatientsQuery patientsQuery = new PatientsQuery();
51 51 patientsQuery.setCardNo(recordVo.getCardNo());
52   - patientsQuery.setPhone(recordVo.getPhone());
53 52 patientsQuery.setYn(1);
54 53 patientsQuery.setHospitalId("2100002419");
55 54 List<Patients> patientsList = patientsService.queryPatient(patientsQuery);