Commit e54a75c8af359effcfa3a501a6905f0861303660
1 parent
81c9e80656
Exists in
master
and in
8 other branches
高危
Showing 1 changed file with 1 additions and 1 deletions
platform-dal/src/main/java/com/lyms/platform/query/PatientsQuery.java
View file @
e54a75c
| ... | ... | @@ -889,7 +889,7 @@ |
| 889 | 889 | condition = condition.and("riskFactorId", rFactor, MongoOper.LIKE); |
| 890 | 890 | } |
| 891 | 891 | else if(norFactor){ |
| 892 | - condition = condition.and("riskFactorId", "", MongoOper.NE); | |
| 892 | + condition = condition.and("riskFactorId", "[]", MongoOper.NE); | |
| 893 | 893 | MongoCondition c = MongoCondition.newInstance(); |
| 894 | 894 | c1= c.andCondition(MongoCondition.newInstance("riskFactorId", null, MongoOper.NE)).getCriteria(); |
| 895 | 895 | } |