This commit is contained in:
he
2023-05-22 14:37:37 +08:00
parent 499fa59b92
commit 78e9d430bd
@@ -252,9 +252,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
x.FromMark = x.FristAddTaskId == beforeConvertedTaskId ? string.Empty : x.RowMark;
x.FristAddTaskId = x.FristAddTaskId==beforeConvertedTaskId? visitTaskId: x.FristAddTaskId;
x.QuestionId = otherLesionQuestion.Id;
x.OrderMark = otherLesionQuestion.OrderMark;
x.ReportMark = x.RowMark;
}