Commit 8a7a86bdb1b45ae27b0f9c2f22b3335df7796a72
1 parent
b5064a8965
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 @
8a7a86b
... | ... | @@ -1258,7 +1258,7 @@ |
1258 | 1258 | if (StringUtils.isNotEmpty(lastCheckDoctor)) { |
1259 | 1259 | condition = condition.and("lastCheckDoctor", lastCheckDoctor, MongoOper.IS); |
1260 | 1260 | } |
1261 | - if (StringUtils.isNotEmpty(riskCode)) { | |
1261 | + if (riskCode != null) { | |
1262 | 1262 | condition = condition.and("riskCode", riskCode, MongoOper.IS); |
1263 | 1263 | } |
1264 | 1264 |