diff --git a/IRaCIS.Core.Application/Service/ReadingCalculate/MRECISTHCCCalculateService.cs b/IRaCIS.Core.Application/Service/ReadingCalculate/MRECISTHCCCalculateService.cs index 489fa4fb9..d28135e2d 100644 --- a/IRaCIS.Core.Application/Service/ReadingCalculate/MRECISTHCCCalculateService.cs +++ b/IRaCIS.Core.Application/Service/ReadingCalculate/MRECISTHCCCalculateService.cs @@ -840,7 +840,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate rowInfo.VisitTaskId = visitTaskId; rowInfo.IsCurrentTaskAdd = true; rowInfo.Id = NewId.NextGuid(); - + rowInfo.FristAddTaskId = visitTaskId; rowInfo.QuestionId = question == null ? default(Guid) : question.Id; rowInfo.RowMark = question?.OrderMark + rowInfo.RowIndex.GetLesionMark(); }