ReviewerCode 编辑修改
parent
3c2701fe9d
commit
1353fed0ee
|
|
@ -234,6 +234,7 @@ namespace IRaCIS.Core.Application.Service
|
||||||
//重新插入新的 Title记录
|
//重新插入新的 Title记录
|
||||||
updateModel.TitleIds.ForEach(titleId => adddata.Add(new DoctorDictionary() { DoctorId = updateModel.Id.Value, KeyName = StaticData.Title, DictionaryId = titleId }));
|
updateModel.TitleIds.ForEach(titleId => adddata.Add(new DoctorDictionary() { DoctorId = updateModel.Id.Value, KeyName = StaticData.Title, DictionaryId = titleId }));
|
||||||
|
|
||||||
|
indto.ReviewerCode = doctor.ReviewerCode;
|
||||||
await _doctorDictionaryRepository.AddRangeAsync(adddata);
|
await _doctorDictionaryRepository.AddRangeAsync(adddata);
|
||||||
|
|
||||||
_mapper.Map(indto, doctor);
|
_mapper.Map(indto, doctor);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue