修改标记返回
continuous-integration/drone/push Build is passing Details

Test_IRC_Net8
he 2025-10-23 14:59:50 +08:00
parent 114ee50273
commit d9ca71009f
1 changed files with 1 additions and 0 deletions

View File

@ -1345,6 +1345,7 @@ namespace IRaCIS.Core.Application.Service
return info; return info;
})) }))
.SelectMany(g => g).ToList(); .SelectMany(g => g).ToList();
tableQuestionMarkList = tableQuestionMarkList.Where(x => x.QuestionId != null).ToList();
} }