Commit d0461b526c13fdc80427980d0808348a1297a96f
1 parent
b28cd56768
Exists in
master
and in
1 other branch
修改产检删除
Showing 1 changed file with 1 additions and 1 deletions
platform-biz-patient-service/src/main/java/com/lyms/platform/biz/service/AntExRecordService.java
View file @
d0461b5
... | ... | @@ -152,7 +152,7 @@ |
152 | 152 | public AntExRecordModel convert(AntenatalExaminationModel antEx) { |
153 | 153 | AntExRecordModel antExRecordModel = new AntExRecordModel(); |
154 | 154 | antExRecordModel.setParentId(antEx.getParentId()); |
155 | - antExRecordModel.setId(antEx.getId()); | |
155 | +// antExRecordModel.setId(antEx.getId()); | |
156 | 156 | antExRecordModel.setType(1); |
157 | 157 | antExRecordModel.setHospitalId(antEx.getHospitalId()); |
158 | 158 | antExRecordModel.setCheckDoctor(antEx.getCheckDoctor()); |