Commit 6da04246e7e1bcfa5cf9e1055827fd59c4a7120e
1 parent
c0353009b0
Exists in
master
and in
1 other branch
修改新电子病历
Showing 1 changed file with 3 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
6da0424
... | ... | @@ -513,6 +513,7 @@ |
513 | 513 | patientsQuery.setYn(YnEnums.YES.getId()); |
514 | 514 | patientsQuery.setPhone(exListQueryRequest.getPhone()); |
515 | 515 | patientsQuery.setPid(exListQueryRequest.getPid()); |
516 | + patientsQuery.setBuildType(1); | |
516 | 517 | //获取所有的建档记录 |
517 | 518 | List<Patients> list = patientsService.queryPatient(patientsQuery); |
518 | 519 | AntexListResult antexListResult = new AntexListResult(); |
... | ... | @@ -562,6 +563,7 @@ |
562 | 563 | Organization organization = null; |
563 | 564 | PatientsQuery patientsQuery1 = new PatientsQuery(); |
564 | 565 | patientsQuery1.setBookbuildingDateEnd(end); |
566 | + patientsQuery1.setBuildType(1); | |
565 | 567 | if (listDate.size() > i + 1) { |
566 | 568 | patientsQuery1.setBookbuildingDateStart(new Date(listDate.get(i + 1).getDate().getTime() + 86398000)); |
567 | 569 | } |
... | ... | @@ -659,6 +661,7 @@ |
659 | 661 | patientsQuery1.setPid(pid); |
660 | 662 | patientsQuery1.setBookbuildingDateStart(new Date(listDate.get(0).getDate().getTime())); |
661 | 663 | patientsQuery1.setType(1); |
664 | + patientsQuery1.setBuildType(1); | |
662 | 665 | List<Patients> patientsList = patientsService.queryPatient(patientsQuery1); |
663 | 666 | List list1 = new ArrayList(); |
664 | 667 | List<SortIn> tmp = new ArrayList(); |