Uat_Study
he 2023-05-22 13:56:08 +08:00
parent f665b1f623
commit a586b267db
1 changed files with 2 additions and 1 deletions

View File

@ -252,9 +252,10 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
x.QuestionId = otherLesionQuestion.Id;
x.OrderMark = otherLesionQuestion.OrderMark;
x.FromMark = x.FristAddTaskId == beforeConvertedTaskId ? string.Empty : x.RowMark;
x.ReportMark = x.RowMark;
x.RowMark = otherLesionQuestion.OrderMark + x.RowIndex.GetLesionMark();
x.FromMark = x.FristAddTaskId == beforeConvertedTaskId ? string.Empty : x.RowMark;
}