This commit is contained in:
he
2023-05-22 16:18:02 +08:00
parent 2e9a252910
commit 0adf7a5c84
2 changed files with 10 additions and 2 deletions
@@ -266,6 +266,14 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
{
if (needRowIds.Contains(x.RowId))
{
var row = addrowInfo.Where(y => y.Id == x.RowId).FirstOrDefault();
if (row != null)
{
x.RowIndex = row.RowIndex;
}
x.QuestionId = otherLesionQuestion.Id;
var newLesionTableQuestion = newLesionTableQuestionList.Where(y => y.Id == x.TableQuestionId).FirstOrDefault();