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

Test_IRC_Net8
he 2025-06-30 10:38:37 +08:00
parent b7efd0c97f
commit 2260a5621e
1 changed files with 1 additions and 1 deletions

View File

@ -1487,7 +1487,7 @@ namespace IRaCIS.Core.Application.Service
foreach (var x in orders)
{
Dictionary<string, string> answers = new Dictionary<string, string>();
var rowInfo = tableAnsweRowInfos.First(y => y.RowIndex == x && y.QuestionId == item.Id);
var rowInfo = tableAnsweRowInfos.FirstOrDefault(y => y.RowIndex == x && y.QuestionId == item.Id);
if (rowInfo == null)
{
continue;