@@ -158,7 +158,8 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||
{
|
||||
RowIndex = x.RowIndex,
|
||||
MeasureData = x.MeasureData,
|
||||
FristAddTaskNum=x.FristAddTaskNum,
|
||||
OtherMeasureData = x.OtherMeasureData,
|
||||
FristAddTaskNum =x.FristAddTaskNum,
|
||||
TableQuestionList = tableQuestion.Where(y => y.QuestionId == item.QuestionId && y.RowId == x.Id).ToList(),
|
||||
|
||||
}).ToList();
|
||||
|
||||
Reference in New Issue
Block a user