Commit ce0ac20d7276b4282dedce673d8236d7d7a93757

Authored by jiangjiazhi
1 parent f464f94c69

修改新电子病历

Showing 1 changed file with 1 additions and 1 deletions

platform-dal/src/main/java/com/lyms/platform/query/PatientsQuery.java View file @ ce0ac20
... ... @@ -614,7 +614,7 @@
614 614 condition = condition.and("type", type, MongoOper.IS);
615 615 }
616 616 if(StringUtils.isNotEmpty(rLevel)){
617   - condition=condition.and("riskLevelId", rLevel, MongoOper.IN);
  617 + condition=condition.and("riskLevelId", rLevel, MongoOper.ALL);
618 618 }
619 619 boolean isAddStart = Boolean.FALSE;
620 620 Criteria c = null;