修改
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2024-02-01 09:46:45 +08:00
parent 3c51287178
commit 467c7f77f5
2 changed files with 14 additions and 1 deletions
@@ -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()