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