修改
This commit is contained in:
@@ -239,11 +239,15 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||
|
||||
|
||||
|
||||
var index = 0;
|
||||
|
||||
addrowInfo.ForEach(x =>
|
||||
{
|
||||
|
||||
if (needRowIds.Contains(x.Id))
|
||||
{
|
||||
index++;
|
||||
x.RowIndex = index;
|
||||
x.FristAddTaskId = x.FristAddTaskId==beforeConvertedTaskId? visitTaskId: x.FristAddTaskId;
|
||||
x.QuestionId = otherLesionQuestion.Id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user