Compare commits

...

2 Commits

Author SHA1 Message Date
he b048437b37 Merge branch 'Test_IRC_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing Details
2026-03-12 16:12:42 +08:00
he 1353fed0ee ReviewerCode 编辑修改 2026-03-12 16:12:36 +08:00
2 changed files with 2 additions and 1 deletions

View File

@ -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);