Test_HIR_Net8
he 2025-09-03 15:36:04 +08:00
parent d5d3d6e1c9
commit 6b18e5eced
1 changed files with 2 additions and 1 deletions

View File

@ -299,6 +299,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
tableRowAnswers.ForEach(x =>
{
x.ReportMark = x.RowMark;
x.VisitTaskId = visitTaskId;
x.IsCurrentTaskAdd = false;
x.FristAddTaskId = x.FristAddTaskId == beforeConvertedTaskId ? visitTaskId : x.FristAddTaskId;
@ -384,7 +385,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
x.FristAddTaskId = fristAddTaskId == beforeConvertedTaskId ? visitTaskId : fristAddTaskId;
x.QuestionId = otherLesionQuestion.Id;
x.OrderMark = otherLesionQuestion.OrderMark;
x.ReportMark = x.RowMark;
}