Commit 95095c21fb69c1b688dfb45b5f3ffdcf08f7bdb3
1 parent
a7fd094e7b
Exists in
master
and in
8 other branches
update code
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyBookbuildingFacade.java
View file @
95095c2
| ... | ... | @@ -730,7 +730,7 @@ |
| 730 | 730 | // babyQuery.setBirthStart(DateUtil.parseYMD(request.getBirthStart())); |
| 731 | 731 | // babyQuery.setBirthEnd(DateUtil.parseYMD(request.getBirthEnd())); |
| 732 | 732 | |
| 733 | - if (request.getServiceType() != null && request.getServiceType() != 0) | |
| 733 | + if (request.getServiceType() != null && request.getServiceType() != 100) | |
| 734 | 734 | { |
| 735 | 735 | babyQuery.setServiceType(request.getServiceType()); |
| 736 | 736 | } |