Commit b726775acabf854c64ce146548c4eb74878f297c
1 parent
00ae08f5be
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/BabyHeartSieveQuery.java
View file @
b726775
... | ... | @@ -61,7 +61,7 @@ |
61 | 61 | condition = condition.and("diagnoseItem", diagnoseItem, MongoOper.IN); |
62 | 62 | } |
63 | 63 | if(CollectionUtils.isNotEmpty(babyIds)){ |
64 | - condition = condition.and("babyIds", babyIds, MongoOper.IN); | |
64 | + condition = condition.and("babyId", babyIds, MongoOper.IN); | |
65 | 65 | } |
66 | 66 | Criteria c = null; |
67 | 67 |