Commit 08636eac64ea6f98e5327d72b5593222a6ab0790

Authored by jiangjiazhi
1 parent 63c273c005

修改新电子病历

Showing 1 changed file with 2 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java View file @ 08636ea
... ... @@ -1300,13 +1300,13 @@
1300 1300 patientsQuery.setYn(YnEnums.YES.getId());
1301 1301 patientsQuery.setBuildType(1);
1302 1302 Patients patients = null;
1303   - List<Patients> list = patientsService.queryPatient(patientsQuery);
  1303 + List<Patients> list = patientsService.queryPatient1(patientsQuery, "modified");
1304 1304 if (CollectionUtils.isNotEmpty(list)) {
1305 1305 return list.get(0);
1306 1306 }
1307 1307 if (outHospital) {
1308 1308 patientsQuery.setHospitalId(null);
1309   - list = patientsService.queryPatient(patientsQuery);
  1309 + list = patientsService.queryPatient1(patientsQuery, "modified");
1310 1310 if (CollectionUtils.isNotEmpty(list)) {
1311 1311 return list.get(0);
1312 1312 }