问题修改

This commit is contained in:
he
2024-04-15 15:14:27 +08:00
parent 99026d6483
commit 0165688799
6 changed files with 84 additions and 8 deletions
@@ -1947,7 +1947,7 @@ namespace IRaCIS.Application.Services
}
await _readingTableAnswerRowInfoRepository.BatchUpdateNoTrackingAsync(x => x.Id == inDto.RowId, x => new ReadingTableAnswerRowInfo()
await _readingTableAnswerRowInfoRepository.UpdatePartialFromQueryAsync(x => x.Id == inDto.RowId, x => new ReadingTableAnswerRowInfo()
{
IsDeleted = true