Commit 924620a580c586b0d637a40268da527f125a49fc

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

1

Showing 1 changed file with 2 additions and 2 deletions

platform-biz-patient-service/src/main/java/com/lyms/platform/biz/service/PatientsService.java View file @ 924620a
... ... @@ -300,9 +300,9 @@
300 300 if(CollectionUtils.isNotEmpty(patientses)){
301 301 for(Patients patients1:patientses){
302 302 patients.setId(patients1.getId());
303   - patients.setBookbuildingDate(patients1.getBookbuildingDate());
  303 +// patients.setBookbuildingDate(patients1.getBookbuildingDate());
304 304 patients.setHospitalId(patients1.getHospitalId());
305   - patients.setBookbuildingDoctor(patients1.getBookbuildingDoctor());
  305 +// patients.setBookbuildingDoctor(patients1.getBookbuildingDoctor());
306 306 patients.setCreated(patients1.getCreated());
307 307 //修改隐藏建档的基本信息
308 308 updatePatient(patients);