Commit 0b8563bbc8c2be8a994b7f2a9b46b0dc8f304489

Authored by liquanyu
1 parent ad4c8bc0d5

分娩

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/DischargeAbstractFacade.java View file @ 0b8563b
... ... @@ -176,6 +176,7 @@
176 176 List<Integer> typeList = new ArrayList<>();
177 177 typeList.add(1);
178 178 typeList.add(3);
  179 + patientsQuery.setDueStatus(0);
179 180 patientsQuery.setBuildTypeNot(1);
180 181 // patientsQuery.setHospitalId(autoMatchFacade.getHospitalId(dischargeAbstractSaveRequest.getOperatorId()));
181 182 patientsQuery.setTypeList(typeList);