Commit 1165fe2e1deff43c28c0a5e856262fe10d497cf1
1 parent
3b1e01d842
Exists in
master
and in
6 other branches
中医指导列表
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyCheckFacade.java
View file @
1165fe2
... | ... | @@ -1516,7 +1516,7 @@ |
1516 | 1516 | if (articleTypes == 0) |
1517 | 1517 | { |
1518 | 1518 | |
1519 | - criteria.orOperator(Criteria.where("articleTypes").exists(true), Criteria.where("articleTypes").nin(Arrays.asList(1,2,3,4,5))); | |
1519 | + criteria.orOperator(Criteria.where("articleTypes").exists(true), Criteria.where("articleTypes").in(Arrays.asList(1,2,3,4,5))); | |
1520 | 1520 | // criteria.and("articleTypes").exists(true); |
1521 | 1521 | // criteria.and("articleTypes").nin(Arrays.asList(1,2,3,4,5)); |
1522 | 1522 | } |