Commit 9481b0a458120b6f757dcd42250d8cc2161c6ac6

Authored by jiangjiazhi
1 parent 7ffa9dced4

修改新电子病历

Showing 1 changed file with 1 additions and 1 deletions

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