diff --git a/IRaCIS.Core.Application/Service/ReadingCalculate/General/GeneralCalculateService.cs b/IRaCIS.Core.Application/Service/ReadingCalculate/General/GeneralCalculateService.cs index 533ebf48b..e6919d664 100644 --- a/IRaCIS.Core.Application/Service/ReadingCalculate/General/GeneralCalculateService.cs +++ b/IRaCIS.Core.Application/Service/ReadingCalculate/General/GeneralCalculateService.cs @@ -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; }