Commit 5c0666db299bf9d84adc085d2aabf83e54cbcc88
1 parent
00dda3428e
Exists in
master
修改产检删除
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/AntExAddRequest.java
View file @
5c0666d
| ... | ... | @@ -119,6 +119,7 @@ |
| 119 | 119 | public AntenatalExaminationModel convertToDataModel() { |
| 120 | 120 | AntenatalExaminationModel examinationModel = new AntenatalExaminationModel(); |
| 121 | 121 | examinationModel.setId(id); |
| 122 | + examinationModel.setBarCode(barCode); | |
| 122 | 123 | examinationModel.setParentId(parentId); |
| 123 | 124 | examinationModel.setCurrentDueDate(currentDueDate); |
| 124 | 125 | examinationModel.setChiefComplaint(chiefComplaint); |