Commit 3d51a95262a67a218d235127777607abec42733d
1 parent
8274b6f359
Exists in
master
and in
8 other branches
修改新电子病历
Showing 1 changed file with 2 additions and 2 deletions
platform-dal/src/main/java/com/lyms/platform/query/PatientsQuery.java
View file @
3d51a95
| ... | ... | @@ -524,7 +524,7 @@ |
| 524 | 524 | if (null != isHighRisk) { |
| 525 | 525 | condition = condition.and("riskLevelId", null, MongoOper.NE); |
| 526 | 526 | } else if (StringUtils.isNotEmpty( rLevel)) { |
| 527 | - condition = condition.and("riskLevelId", rLevel, MongoOper.IS); | |
| 527 | + condition = condition.and("riskLevelId", rLevel, MongoOper.LIKE); | |
| 528 | 528 | } |
| 529 | 529 | if (null != areaId) { |
| 530 | 530 | condition = condition.and("areaId", areaId, MongoOper.IS); |
| ... | ... | @@ -613,7 +613,7 @@ |
| 613 | 613 | if (-1 != type) { |
| 614 | 614 | condition = condition.and("type", type, MongoOper.IS); |
| 615 | 615 | } |
| 616 | - | |
| 616 | + | |
| 617 | 617 | boolean isAddStart = Boolean.FALSE; |
| 618 | 618 | Criteria c = null; |
| 619 | 619 | if (null != lastMensesStart) { |