Uat_Study
he 2023-05-19 10:40:29 +08:00
parent 3532a8c5c0
commit 1355688a36
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
{ {
if (needRowIds.Contains(x.Id)) if (needRowIds.Contains(x.Id))
{ {
//x.FristAddTaskId = visitTaskId; x.FristAddTaskId = x.FristAddTaskId==beforeConvertedTaskId? visitTaskId: x.FristAddTaskId;
x.QuestionId = otherLesionQuestion.Id; x.QuestionId = otherLesionQuestion.Id;
x.OrderMark = otherLesionQuestion.OrderMark; x.OrderMark = otherLesionQuestion.OrderMark;
x.RowMark = otherLesionQuestion.OrderMark + x.RowIndex.GetLesionMark(); x.RowMark = otherLesionQuestion.OrderMark + x.RowIndex.GetLesionMark();