Commit 0472393a0d75b365c275adab56a53ad1a3bb62a9
1 parent
56f63871ba
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/StopPregnancyFacade.java
View file @
0472393
... | ... | @@ -551,7 +551,7 @@ |
551 | 551 | for (Organization organization : organizations) { |
552 | 552 | ModularFunctionConfigModel modularFunctionConfigModel = mongoTemplate.findOne(Query.query(Criteria. |
553 | 553 | where("configs.type").is("88"). |
554 | - and("configs.value").is("1").and("hospitalId").is(organization.getId().toString())), | |
554 | + and("configs.value").is("2").and("hospitalId").is(organization.getId().toString())), | |
555 | 555 | ModularFunctionConfigModel.class); |
556 | 556 | if (modularFunctionConfigModel != null) { |
557 | 557 | Map<String, String> map = new HashMap<>(); |