Commit 34bc400be846877db09bb19c82881d2fbf8dc42f
Exists in
master
and in
1 other branch
Merge remote-tracking branch 'origin/master'
Showing 1 changed file
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MatDeliverFacade.java
View file @
34bc400
... | ... | @@ -147,6 +147,7 @@ |
147 | 147 | babyModel.setMjob(patients.getPworkUnit()); |
148 | 148 | babyModel.setMphone(patients.getPhone()); |
149 | 149 | babyModel.setMbirth(patients.getBirth()); |
150 | + babyModel.setMcertNo(patients.getCardNo()); | |
150 | 151 | //父亲信息 |
151 | 152 | babyModel.setFjob(patients.getHworkUnit()); |
152 | 153 | babyModel.setFname(patients.getHusbandName()); |