This commit is contained in:
he
2023-05-19 13:59:42 +08:00
parent 8a1a07980d
commit 919a6c7028
5 changed files with 27 additions and 9 deletions
@@ -246,8 +246,10 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
{
x.FristAddTaskId = x.FristAddTaskId==beforeConvertedTaskId? visitTaskId: x.FristAddTaskId;
x.QuestionId = otherLesionQuestion.Id;
x.OrderMark = otherLesionQuestion.OrderMark;
x.FromMark = x.RowMark;
x.FromMark = "";
x.ReportMark = x.RowMark;
x.RowMark = otherLesionQuestion.OrderMark + x.RowIndex.GetLesionMark();
}