修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
bf9e8a6758
commit
4e03071c4c
|
@ -832,6 +832,11 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
rowInfo.OrganInfoId = newOrgan.Id;
|
rowInfo.OrganInfoId = newOrgan.Id;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if(rowInfo.MeasureData!=null)
|
||||||
|
{
|
||||||
|
rowInfo.MeasureData = rowInfo.MeasureData.Replace(recistTask.Id.ToString(), taskinfo.Id.ToString());
|
||||||
|
}
|
||||||
|
|
||||||
rowInfo.VisitTaskId = visitTaskId;
|
rowInfo.VisitTaskId = visitTaskId;
|
||||||
rowInfo.IsCurrentTaskAdd = true;
|
rowInfo.IsCurrentTaskAdd = true;
|
||||||
rowInfo.Id = NewId.NextGuid();
|
rowInfo.Id = NewId.NextGuid();
|
||||||
|
@ -855,7 +860,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
|
|
||||||
foreach (var item in recistTableAnswers)
|
foreach (var item in recistTableAnswers)
|
||||||
{
|
{
|
||||||
|
|
||||||
item.QuestionId = tableRowAnswers.Where(y => y.OriginalId == item.RowId).Select(x => x.QuestionId).FirstOrDefault();
|
item.QuestionId = tableRowAnswers.Where(y => y.OriginalId == item.RowId).Select(x => x.QuestionId).FirstOrDefault();
|
||||||
item.TableQuestionId = tableQuestionList.Where(x => x.ReadingQuestionId == item.QuestionId && x.QuestionMark == item.QuestionMark).Select(x => x.Id).FirstOrDefault();
|
item.TableQuestionId = tableQuestionList.Where(x => x.ReadingQuestionId == item.QuestionId && x.QuestionMark == item.QuestionMark).Select(x => x.Id).FirstOrDefault();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue