自定义复制

Uat_IRC_Net10
he 2026-07-08 14:52:46 +08:00
parent 36f1e9e8dd
commit 651fa35018
1 changed files with 4 additions and 5 deletions

View File

@ -296,11 +296,10 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
} }
} }
if(trialReadingCriterion.IsOncologyReading)
{ // 自定义的复制
await _generalCalculateService.CopyHistoryAnswer(taskinfo, addRowList, addTableQuestionAnswerList); await _generalCalculateService.CopyHistoryAnswer(taskinfo, addRowList, addTableQuestionAnswerList);
}
await _readingTableAnswerRowInfoRepository.AddRangeAsync(addRowList); await _readingTableAnswerRowInfoRepository.AddRangeAsync(addRowList);
await _readingTableQuestionAnswerRepository.AddRangeAsync(addTableQuestionAnswerList); await _readingTableQuestionAnswerRepository.AddRangeAsync(addTableQuestionAnswerList);
await _readingTableQuestionAnswerRepository.SaveChangesAsync(); await _readingTableQuestionAnswerRepository.SaveChangesAsync();