Merge remote-tracking branch 'origin/0418_小程序开发' into dev
This commit is contained in:
commit
e733c82e6e
@ -143,11 +143,13 @@ public class PatientPreHospitalizationServiceImpl implements IPatientPreHospital
|
||||
setPreHospitalizationInfoNull(patientInfo);
|
||||
} else {
|
||||
// 将患者信息更改为就诊信息
|
||||
Long patientId = patientInfo.getId();
|
||||
BeanUtils.copyBeanProp(patientInfo, patientVisitRecord);
|
||||
patientInfo.setPatientVisitRecordId(patientVisitRecord.getId());
|
||||
patientVisitRecordService.setPatientType(patientInfo, patientVisitRecord);
|
||||
patientInfo.setId(patientId);
|
||||
}
|
||||
patientInfoService.updatePatientInfo(patientInfo);
|
||||
patientInfoMapper.updatePatientInfo(patientInfo);
|
||||
}
|
||||
return preHospitalizationMapper.deleteByIds(ids);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user