Commit 977ccf8da0a890dc47331f80241cb6e8af2072bb
1 parent
a746d2e59a
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 2 additions and 2 deletions
platform-dal/src/main/java/com/lyms/platform/query/ReferralApplyOrderQuery.java
View file @
977ccf8
... | ... | @@ -398,8 +398,8 @@ |
398 | 398 | if (null != hospitalName) { |
399 | 399 | list.add(hospitalName); |
400 | 400 | } |
401 | - MongoCondition mongoCondition1 = MongoCondition.newInstance("transferredHospital", list, MongoOper.IN); | |
402 | - condition = condition.andCondition(mongoCondition1); | |
401 | + condition = condition.and("transferredHospital", list, MongoOper.IN); | |
402 | + | |
403 | 403 | } |
404 | 404 | |
405 | 405 | if (null != dueDateStart) { |