Commit a2b60e1686a6d43cacce13cb7f5979487df8d748
1 parent
cef2463ea6
Exists in
master
and in
8 other branches
孕妇分娩后 变成产妇
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MatDeliverFacade.java
View file @
a2b60e1
| ... | ... | @@ -183,6 +183,8 @@ |
| 183 | 183 | babyModel.setDueDate(patients.getDueDate()); |
| 184 | 184 | babyModel.setDueType(patients.getDueType()); |
| 185 | 185 | babyModel.setBuildDoctor("产科病房"); |
| 186 | + babyModel.setServiceStatus(patients.getServiceStatus()); | |
| 187 | + babyModel.setServiceType(patients.getServiceType()); | |
| 186 | 188 | } |
| 187 | 189 | |
| 188 | 190 | //没有父亲生日 |