Commit 97b7f18f58afbfd975704f346477ddc330a1bf02
1 parent
e86ba07214
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 3 additions and 0 deletions
platform-dal/src/main/java/com/lyms/platform/query/BabyModelQuery.java
View file @
97b7f18
... | ... | @@ -1245,6 +1245,9 @@ |
1245 | 1245 | if (CollectionUtils.isNotEmpty(checkMonthIds)) {//检查月龄 |
1246 | 1246 | condition = condition.and("checkMonthId", checkMonthIds, MongoOper.IN); |
1247 | 1247 | } |
1248 | + if (StringUtils.isNotEmpty(lastCheckDoctor)) { | |
1249 | + condition = condition.and("lastCheckDoctor", lastCheckDoctor, MongoOper.IS); | |
1250 | + } | |
1248 | 1251 | |
1249 | 1252 | if (StringUtils.isNotEmpty(apparatus) && StringUtils.isNotEmpty(doctorJudgement) ) { |
1250 | 1253 | MongoCondition con1 = MongoCondition.newInstance("apparatus", apparatus, MongoOper.IS);//器械判定阳性 类型 |