Compare commits
2 Commits
8ec535be53
...
b048437b37
| Author | SHA1 | Date |
|---|---|---|
|
|
b048437b37 | |
|
|
1353fed0ee |
|
|
@ -234,6 +234,7 @@ 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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue