修改稽查标识
This commit is contained in:
@@ -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
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user