Commit 849640d73efe1e2b20fbde133cedaede81bbc801
1 parent
3316e08755
Exists in
master
and in
1 other branch
111
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ApplyOrderFacade.java
View file @
849640d
... | ... | @@ -85,6 +85,7 @@ |
85 | 85 | } |
86 | 86 | |
87 | 87 | if (null != patients) { |
88 | + referralApplyOrderModel.setParentId(patients.getId()); | |
88 | 89 | referralApplyOrderModel.setCardNo(patients.getCardNo()); |
89 | 90 | referralApplyOrderModel.setAge(patients.getAge()); |
90 | 91 | referralApplyOrderModel.setDueDate(patients.getDueDate()); |