Commit 4310ef6d158780e47705264660d433feb790a54a

Authored by haorp
1 parent 9593f72c23
Exists in dev

产妇建档

Showing 1 changed file with 3 additions and 4 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MedicalRecordFacade.java View file @ 4310ef6
... ... @@ -48,11 +48,10 @@
48 48  
49 49 for (MedicalRecordVo recordVo : medicalRecordVoList) {
50 50 PatientsQuery patientsQuery = new PatientsQuery();
51   - patientsQuery.setCardNo(medicalRecordVo.getCardNo());
52   - patientsQuery.setPhone(medicalRecordVo.getPhone());
  51 + patientsQuery.setCardNo(recordVo.getCardNo());
  52 + patientsQuery.setPhone(recordVo.getPhone());
53 53 patientsQuery.setYn(1);
54   - patientsQuery.setDesc("true");
55   - patientsQuery.setSort("created");
  54 + patientsQuery.setHospitalId("2100002419");
56 55 List<Patients> patientsList = patientsService.queryPatient(patientsQuery);
57 56 if(CollectionUtils.isNotEmpty(patientsList)){
58 57 recordVo.setPatientsType("已建档");