修改
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user