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