Commit f464f94c699070e3e2c723ea54d3647e2038adfa

Authored by jiangjiazhi
1 parent 7eeef55d3e

修改新电子病历

Showing 1 changed file with 3 additions and 0 deletions

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