代码修改

IRC_NewDev
he 2023-10-17 11:17:36 +08:00
parent a088071914
commit 08f592a9cb
1 changed files with 4 additions and 0 deletions

View File

@ -2072,6 +2072,10 @@ namespace IRaCIS.Application.Services
if (inDto.RowId == null)
{
rowInfo.FromMark = inDto.FromMark ?? string.Empty;
rowInfo.ReportMark = inDto.ReportMark ?? string.Empty;
rowInfo.MarkTool = inDto.MarkTool ?? string.Empty;
rowInfo.PicturePath = inDto.PicturePath ?? string.Empty;
rowInfo.MeasureData = inDto.MeasureData ?? string.Empty;
//await _readingTableAnswerRowInfoRepository.BatchDeleteNoTrackingAsync(x => x.VisitTaskId == inDto.VisitTaskId && x.RowIndex == inDto.RowIndex && x.QuestionId == inDto.QuestionId);
List<ReadingTableQuestionAnswer> answerList = inDto.AnswerList.Select(x => new ReadingTableQuestionAnswer()