Commit 841a1ef7a2956d417e4e3fbbd79a64c572be2362
1 parent
f347ce1bd4
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/ViewFacade.java
View file @
841a1ef
... | ... | @@ -6649,7 +6649,7 @@ |
6649 | 6649 | Patients patientsModel = mongoTemplate.findOne(Query.query(Criteria.where("id").is(parentId)), Patients.class); |
6650 | 6650 | |
6651 | 6651 | Patients buildPatient = mongoTemplate.findOne(Query.query(Criteria.where("pid"). |
6652 | - is(deliverModel.getPid()).and("hospitalId").is(hospitalId).and("type").is(3).is(hospitalId).and("yn").is(YnEnums.YES.getId())), Patients.class); | |
6652 | + is(deliverModel.getPid()).and("hospitalId").is(hospitalId).and("type").is(3).and("yn").is(YnEnums.YES.getId())), Patients.class); | |
6653 | 6653 | |
6654 | 6654 | if (patientsModel != null && buildPatient != null) { |
6655 | 6655 | return patientsModel.getId(); |