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

This commit is contained in:
he
2025-07-10 13:36:07 +08:00
parent 164b074d1b
commit 1e96e671a9
2 changed files with 1 additions and 2 deletions
@@ -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