Commit 59810c785d53015ec9edafc8493f842a0412925b

Authored by liquanyu
1 parent 4fe2ef3ec7
Exists in master and in 1 other branch dev

产筛统计报表

Showing 1 changed file with 1 additions and 1 deletions

platform-dal/src/main/java/com/lyms/platform/query/DiagnosisQuery.java View file @ 59810c7
... ... @@ -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.IN);
  243 + condition = condition.and("collectHospitalId", hospitalIds, MongoOper.IN);
244 244 }
245 245 if(null != parentId){
246 246 condition = condition.and("parentId", parentId, MongoOper.IS);