稽查修改
continuous-integration/drone/push Build is passing Details

Uat_IRC_Net8
he 2025-07-10 13:36:07 +08:00
parent 164b074d1b
commit 1e96e671a9
2 changed files with 1 additions and 2 deletions

View File

@ -2117,7 +2117,7 @@ namespace IRaCIS.Core.Application.Service
var index = await _readingCalculateService.GetDeleteLesionStatrIndex(inDto);
await _readingTableQuestionAnswerRepository.BatchUpdateNoTrackingAsync(x => x.RowId == inDto.RowId, x => new ReadingTableQuestionAnswer()
await _readingTableQuestionAnswerRepository.UpdatePartialFromQueryAsync(x => x.RowId == inDto.RowId, x => new ReadingTableQuestionAnswer()
{
IsDeleted = true

View File

@ -72,7 +72,6 @@ namespace IRaCIS.Core.Infra.EFCore.Common
typeof(NoneDicomStudyFile),
typeof(DicomInstance),
typeof(DicomSeries),
typeof(ReadingTableAnswerRowInfo),
typeof(DicomStudy)
};