Commit 6fde71fc6e4741f58db70cc555552726bacd6256
1 parent
ae5c6dd7b3
Exists in
master
and in
1 other branch
增加是否通知
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/BabyApplyOrderResult.java
View file @
6fde71f
... | ... | @@ -42,6 +42,7 @@ |
42 | 42 | public BabyApplyOrderResult convert(ReferralApplyOrderModel referralApplyOrderModel) { |
43 | 43 | setId(referralApplyOrderModel.getId()); |
44 | 44 | setName(referralApplyOrderModel.getName()); |
45 | + | |
45 | 46 | setmName(referralApplyOrderModel.getMname()); |
46 | 47 | setSex("女"); |
47 | 48 | setPhone(referralApplyOrderModel.getPhone()); |