Commit 17937bc43689e04551df232ad4807a994b9dd424
1 parent
1194b67690
Exists in
master
and in
6 other branches
操作日志
Showing 1 changed file with 2 additions and 8 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AreaCountFacade.java
View file @
17937bc
... | ... | @@ -452,17 +452,11 @@ |
452 | 452 | patientsQuery.setYn(YnEnums.YES.getId()); |
453 | 453 | patientsQuery.setHospitalList(hospitalIds); |
454 | 454 | |
455 | - List buildType = new ArrayList(); | |
456 | - buildType.add(0); | |
457 | - buildType.add(2); | |
458 | - patientsQuery.setSmsBuildTypeList(buildType); | |
459 | - //分娩状态 | |
460 | - patientsQuery.setDueStatus(0); | |
455 | + patientsQuery.setExtEnable(false); | |
456 | + patientsQuery.setBuildTypeNot(1); | |
461 | 457 | |
462 | 458 | patientsQuery.setBookbuildingDateStart(startTime); |
463 | 459 | patientsQuery.setBookbuildingDateEnd(endTime); |
464 | - patientsQuery.setExtEnable(false); | |
465 | - | |
466 | 460 | |
467 | 461 | |
468 | 462 |