Commit c424241b0aaafadda23d48976cb2c050b5435516
1 parent
73648a6cb7
Exists in
master
and in
6 other branches
修改电子病历
Showing 3 changed files with 3 additions and 2 deletions
platform-common/src/main/java/com/lyms/platform/common/dao/operator/MongoOper.java
View file @
c424241
platform-dal/src/main/java/com/lyms/platform/query/BabyModelQuery.java
View file @
c424241
| ... | ... | @@ -587,7 +587,7 @@ |
| 587 | 587 | } |
| 588 | 588 | |
| 589 | 589 | if (CollectionUtils.isNotEmpty(enableListNot)) { |
| 590 | - condition = condition.and("enable", enableListNot, MongoOper.NE); | |
| 590 | + condition = condition.and("enable", enableListNot, MongoOper.NIN); | |
| 591 | 591 | } |
| 592 | 592 | |
| 593 | 593 | if (null != hospitalIdList) { |
platform-dal/src/main/java/com/lyms/platform/query/PatientsQuery.java
View file @
c424241