Commit 312de0278675842bd530b1c580b648ef26a2847f

Authored by jiangjiazhi
1 parent 25bdb2ce66
Exists in master and in 1 other branch dev

1

Showing 1 changed file with 0 additions and 2 deletions

platform-biz-patient-service/src/main/java/com/lyms/platform/biz/service/BabyBookbuildingService.java View file @ 312de02
... ... @@ -58,9 +58,7 @@
58 58 if(CollectionUtils.isNotEmpty(patientses)){
59 59 for(BabyModel patients1:patientses){
60 60 babyModel.setId(patients1.getId());
61   - babyModel.setBuildDate(patients1.getBuildDate());
62 61 babyModel.setHospitalId(patients1.getHospitalId());
63   - babyModel.setBuildDoctor(patients1.getBuildDoctor());
64 62 babyModel.setCreated(patients1.getCreated());
65 63 updateBabyBuild(babyModel,babyModel.getId());
66 64 patientsService.updateRefer(babyModel);