Commit 2c9433f905767599955cff5521fb108041736f31
1 parent
e3da672a6a
Exists in
master
and in
7 other branches
修改产检删除
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 @
2c9433f
... | ... | @@ -1674,7 +1674,7 @@ |
1674 | 1674 | patientsQuery.setYn(YnEnums.YES.getId()); |
1675 | 1675 | patientsQuery.setBuildType(1); |
1676 | 1676 | if (isEnable) { |
1677 | - patientsQuery.setEnable("0"); | |
1677 | + patientsQuery.setEnable("2"); | |
1678 | 1678 | } |
1679 | 1679 | Patients patients = null; |
1680 | 1680 | List<Patients> list = patientsService.queryPatient1(patientsQuery, "modified"); |