Compare commits
No commits in common. "088a0b6fd58fefc38cae7687a0f5cce133fb3fcf" and "5673fcad5f624f0227daf88e5798c3e22611f3b2" have entirely different histories.
088a0b6fd5
...
5673fcad5f
|
|
@ -299,7 +299,6 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
|||
|
||||
tableRowAnswers.ForEach(x =>
|
||||
{
|
||||
x.ReportMark = x.RowMark;
|
||||
x.VisitTaskId = visitTaskId;
|
||||
x.IsCurrentTaskAdd = false;
|
||||
x.FristAddTaskId = x.FristAddTaskId == beforeConvertedTaskId ? visitTaskId : x.FristAddTaskId;
|
||||
|
|
@ -385,7 +384,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
|||
x.FristAddTaskId = fristAddTaskId == beforeConvertedTaskId ? visitTaskId : fristAddTaskId;
|
||||
x.QuestionId = otherLesionQuestion.Id;
|
||||
x.OrderMark = otherLesionQuestion.OrderMark;
|
||||
|
||||
x.ReportMark = x.RowMark;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue