代码修改

IRC_NewDev
he 2023-10-17 11:06:39 +08:00
parent 367a096b8a
commit a313f97736
2 changed files with 2 additions and 2 deletions

View File

@ -1923,7 +1923,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public int? NumberOfFrames { get; set; }
public string? FromMark { get; set; }
public string? FromMark { get; set; }
public string? ReportMark { get; set; }

View File

@ -2071,7 +2071,7 @@ namespace IRaCIS.Application.Services
rowInfo.FristAddTaskId = inDto.RowId == null ? inDto.VisitTaskId : rowInfo.FristAddTaskId;
if (inDto.RowId == null)
{
rowInfo.FromMark = inDto.FromMark == null ? string.Empty : inDto.FromMark.Value;
//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()