Commit 4fe2ef3ec7ce6d3b6f12b95dd0f6974f0ea554da

Authored by liquanyu
1 parent 6ab6366037

产筛统计报表

Showing 1 changed file with 1 additions and 1 deletions

platform-dal/src/main/java/com/lyms/platform/query/DiagnosisQuery.java View file @ 4fe2ef3
... ... @@ -240,7 +240,7 @@
240 240 condition = condition.and("id", id, MongoOper.IS);
241 241 }
242 242 if(null != hospitalIds && hospitalIds.size() > 0){
243   - condition = condition.and("hospitalId", hospitalIds, MongoOper.IS);
  243 + condition = condition.and("hospitalId", hospitalIds, MongoOper.IN);
244 244 }
245 245 if(null != parentId){
246 246 condition = condition.and("parentId", parentId, MongoOper.IS);