修改
continuous-integration/drone/push Build is running
Details
continuous-integration/drone/push Build is running
Details
parent
088a0b6fd5
commit
c9e12993a6
|
|
@ -378,10 +378,12 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
|||
if (needRowIds.Contains(x.Id))
|
||||
{
|
||||
index++;
|
||||
x.RowIndex = index;
|
||||
x.RowMark = otherLesionQuestion.OrderMark + x.RowIndex.GetLesionMark();
|
||||
var fristAddTaskId = x.FristAddTaskId.Clone();
|
||||
x.RowIndex = index;
|
||||
x.FromMark = fristAddTaskId == beforeConvertedTaskId ? string.Empty : x.RowMark;
|
||||
x.RowMark = otherLesionQuestion.OrderMark + x.RowIndex.GetLesionMark();
|
||||
|
||||
|
||||
x.FristAddTaskId = fristAddTaskId == beforeConvertedTaskId ? visitTaskId : fristAddTaskId;
|
||||
x.QuestionId = otherLesionQuestion.Id;
|
||||
x.OrderMark = otherLesionQuestion.OrderMark;
|
||||
|
|
|
|||
Loading…
Reference in New Issue