Commit 8274b6f359ad956615a4b7d0fda5bcab8012fe12
1 parent
ce0ac20d72
Exists in
master
and in
1 other branch
修改新电子病历
Showing 1 changed file with 1 additions and 3 deletions
platform-dal/src/main/java/com/lyms/platform/query/PatientsQuery.java
View file @
8274b6f
... | ... | @@ -613,9 +613,7 @@ |
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.ALL); | |
618 | - } | |
616 | + | |
619 | 617 | boolean isAddStart = Boolean.FALSE; |
620 | 618 | Criteria c = null; |
621 | 619 | if (null != lastMensesStart) { |