Commit 7ffa9dced4e9ce2601fcbd91cf9a2a2706a60f81

Authored by jiangjiazhi
1 parent c45b76b7d7

修改新电子病历

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java View file @ 7ffa9dc
... ... @@ -1045,6 +1045,7 @@
1045 1045 patientsQuery.setType(type);
1046 1046 patientsQuery.setHospitalId(hospitalId);
1047 1047 patientsQuery.setYn(YnEnums.YES.getId());
  1048 + patientsQuery.setBuildTypeEq(1);
1048 1049 Patients patients = null;
1049 1050 List<Patients> list = patientsService.queryPatient(patientsQuery);
1050 1051 if (CollectionUtils.isNotEmpty(list)) {