Compare commits

..

No commits in common. "b048437b37256306fe7e023d0909e3afb90feb34" and "8ec535be5313a429e446588065bb7b03899389a5" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -234,7 +234,6 @@ namespace IRaCIS.Core.Application.Service
//重新插入新的 Title记录
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);
_mapper.Map(indto, doctor);