Commit 593b2390371eb57a997052ba352efecf04c35ca4
1 parent
b70a5ba058
Exists in
master
and in
6 other branches
儿童是否开通疾病查询
Showing 1 changed file with 1 additions and 1 deletions
platform-dal/src/main/java/com/lyms/platform/query/BabyModelQuery.java
View file @
593b239
... | ... | @@ -1161,7 +1161,7 @@ |
1161 | 1161 | if (null != dueWeek) { |
1162 | 1162 | condition = condition.and("dueWeek", dueWeek, MongoOper.LTE); |
1163 | 1163 | } |
1164 | - if (null != openDisease) { | |
1164 | + if (StringUtils.isNotEmpty(openDisease)) { | |
1165 | 1165 | if ("2".equals(openDisease)) |
1166 | 1166 | { |
1167 | 1167 | condition = condition.and("openDisease", openDisease, MongoOper.IS); |