Commit 9e6c9f87c37cf0a3ca6b0ce5d80b11626e74cfdb
1 parent
17809fd805
Exists in
master
and in
1 other branch
修改新电子病历
Showing 1 changed file with 1 additions and 1 deletions
platform-dal/src/main/java/com/lyms/platform/query/PatientsQuery.java
View file @
9e6c9f8
... | ... | @@ -607,7 +607,7 @@ |
607 | 607 | |
608 | 608 | |
609 | 609 | if (StringUtils.isNotEmpty(rFactor)) { |
610 | - condition = condition.and("riskFactorId", rFactor, MongoOper.ALL); | |
610 | + condition = condition.and("riskFactorId", rFactor, MongoOper.LIKE); | |
611 | 611 | } |
612 | 612 | if (-1 != yn) { |
613 | 613 | condition = condition.and("yn", yn, MongoOper.IS); |