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

Test_HIR_Net8
he 2025-09-02 10:52:15 +08:00
parent c78a96eed0
commit eb885cc568
1 changed files with 1 additions and 1 deletions

View File

@ -1988,7 +1988,7 @@ namespace IRaCIS.Core.Application.Service
var index = await _readingCalculateService.GetDeleteLesionStatrIndex(inDto); 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 IsDeleted = true