Uat_Study
parent
763430099b
commit
9dc272fd17
|
@ -249,8 +249,9 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
index++;
|
index++;
|
||||||
x.RowIndex = index;
|
x.RowIndex = index;
|
||||||
x.RowMark = otherLesionQuestion.OrderMark + x.RowIndex.GetLesionMark();
|
x.RowMark = otherLesionQuestion.OrderMark + x.RowIndex.GetLesionMark();
|
||||||
x.FromMark = x.FristAddTaskId == beforeConvertedTaskId ? string.Empty : x.RowMark;
|
var fristAddTaskId = x.FristAddTaskId.Clone();
|
||||||
x.FristAddTaskId = x.FristAddTaskId==beforeConvertedTaskId? visitTaskId: x.FristAddTaskId;
|
x.FromMark = fristAddTaskId == beforeConvertedTaskId ? string.Empty : x.RowMark;
|
||||||
|
x.FristAddTaskId = fristAddTaskId == beforeConvertedTaskId? visitTaskId: fristAddTaskId;
|
||||||
x.QuestionId = otherLesionQuestion.Id;
|
x.QuestionId = otherLesionQuestion.Id;
|
||||||
x.OrderMark = otherLesionQuestion.OrderMark;
|
x.OrderMark = otherLesionQuestion.OrderMark;
|
||||||
x.ReportMark = x.RowMark;
|
x.ReportMark = x.RowMark;
|
||||||
|
|
Loading…
Reference in New Issue