@@ -1028,7 +1028,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||
x.RowIndex,
|
||||
Answer = x.Answer.IsNullOrEmptyReturn0()
|
||||
}).ToList();
|
||||
var maxRowIndex = answerList.Max(x => x.RowIndex);
|
||||
var maxRowIndex = answerList.MaxOrDefault(x => x.RowIndex);
|
||||
for (int i = 1; i < maxRowIndex; i++)
|
||||
{
|
||||
result.Add(new GetSplitPPdOutDto()
|
||||
|
||||
Reference in New Issue
Block a user