Uat_Study
he 2023-05-19 11:14:40 +08:00
parent ac10d4ca70
commit 8556f7cdf6
1 changed files with 1 additions and 0 deletions

View File

@ -247,6 +247,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
x.FristAddTaskId = x.FristAddTaskId==beforeConvertedTaskId? visitTaskId: x.FristAddTaskId;
x.QuestionId = otherLesionQuestion.Id;
x.OrderMark = otherLesionQuestion.OrderMark;
x.FromMark = x.RowMark;
x.RowMark = otherLesionQuestion.OrderMark + x.RowIndex.GetLesionMark();
}