修改
continuous-integration/drone/push Build is running Details

Test_HIR_Net8
he 2025-09-03 15:40:58 +08:00
parent 088a0b6fd5
commit c9e12993a6
1 changed files with 4 additions and 2 deletions

View File

@ -378,10 +378,12 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
if (needRowIds.Contains(x.Id)) if (needRowIds.Contains(x.Id))
{ {
index++; index++;
x.RowIndex = index;
x.RowMark = otherLesionQuestion.OrderMark + x.RowIndex.GetLesionMark();
var fristAddTaskId = x.FristAddTaskId.Clone(); var fristAddTaskId = x.FristAddTaskId.Clone();
x.RowIndex = index;
x.FromMark = fristAddTaskId == beforeConvertedTaskId ? string.Empty : x.RowMark; x.FromMark = fristAddTaskId == beforeConvertedTaskId ? string.Empty : x.RowMark;
x.RowMark = otherLesionQuestion.OrderMark + x.RowIndex.GetLesionMark();
x.FristAddTaskId = fristAddTaskId == beforeConvertedTaskId ? visitTaskId : fristAddTaskId; x.FristAddTaskId = fristAddTaskId == beforeConvertedTaskId ? visitTaskId : fristAddTaskId;
x.QuestionId = otherLesionQuestion.Id; x.QuestionId = otherLesionQuestion.Id;
x.OrderMark = otherLesionQuestion.OrderMark; x.OrderMark = otherLesionQuestion.OrderMark;