修改稽查标识

This commit is contained in:
2022-12-09 14:19:24 +08:00
parent dae537a223
commit b825d8f55a
6 changed files with 85 additions and 52 deletions
@@ -1183,7 +1183,6 @@ namespace IRaCIS.Application.Services
await _readingTableQuestionAnswerRepository.UpdatePartialFromQueryAsync(x => x.RowId == inDto.RowId && x.TableQuestionId == item.TableQuestionId, x => new ReadingTableQuestionAnswer()
{
Answer = item.Answer
});