Uat_Study
parent
919a6c7028
commit
c8ce49a383
|
@ -248,7 +248,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
x.QuestionId = otherLesionQuestion.Id;
|
x.QuestionId = otherLesionQuestion.Id;
|
||||||
|
|
||||||
x.OrderMark = otherLesionQuestion.OrderMark;
|
x.OrderMark = otherLesionQuestion.OrderMark;
|
||||||
x.FromMark = "";
|
x.FromMark = x.FristAddTaskId == beforeConvertedTaskId ? string.Empty : x.RowMark;
|
||||||
x.ReportMark = x.RowMark;
|
x.ReportMark = x.RowMark;
|
||||||
x.RowMark = otherLesionQuestion.OrderMark + x.RowIndex.GetLesionMark();
|
x.RowMark = otherLesionQuestion.OrderMark + x.RowIndex.GetLesionMark();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue