Commit c38dc1e1da28538c5b10047deef2d3b19841ae0d
1 parent
84d8dd94e7
Exists in
master
and in
1 other branch
修改新电子病历
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 @
c38dc1e
... | ... | @@ -387,6 +387,7 @@ |
387 | 387 | patientsQuery.setPid(pid); |
388 | 388 | patientsQuery.setType(3); |
389 | 389 | patientsQuery.setYn(YnEnums.YES.getId()); |
390 | + patientsQuery.setBuildType(1); | |
390 | 391 | List<Patients> patientses = patientsService.queryPatient(patientsQuery); |
391 | 392 | if (CollectionUtils.isNotEmpty(patientses)) { |
392 | 393 | for (Patients patients : patientses) { |