Commit 56e0806fda85c247f0fa830c05eebc410d2ac122
1 parent
2abdbb588f
Exists in
master
and in
1 other branch
增加是否通知
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ApplyOrderFacade.java
View file @
56e0806
... | ... | @@ -176,7 +176,7 @@ |
176 | 176 | */ |
177 | 177 | public BaseListResponse queryBabyApplyOrder(BabyApplyOrderQueryRequest applyOrderQueryRequest, Integer userId){ |
178 | 178 | ReferralApplyOrderQuery referralApplyOrderQuery=new ReferralApplyOrderQuery(); |
179 | - referralApplyOrderQuery.setType(2); | |
179 | + referralApplyOrderQuery.setType(1); | |
180 | 180 | List<BabyApplyOrderResult> babyApplyOrderResults=new ArrayList<>(); |
181 | 181 | referralApplyOrderQuery.setName(applyOrderQueryRequest.getName()); |
182 | 182 | referralApplyOrderQuery.setCardNo(applyOrderQueryRequest.getCardNo()); |