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

This commit is contained in:
he
2024-09-30 13:30:48 +08:00
parent 5ae837ac19
commit fea009bf0c
3 changed files with 3 additions and 3 deletions
@@ -404,7 +404,7 @@ namespace IRaCIS.Core.Application.Service
judgeInfo.VisitInfoList.ForEach(x =>
{
var maxNum = x.VisitTaskInfoList.Select(y => y.JudgeQuestionList.Where(z => z.Answer != "NE").Count()).MaxOrDefault();
var maxNum = x.VisitTaskInfoList.Select(y => y.JudgeQuestionList.Where(z => z.Answer != "NA").Count()).MaxOrDefault();
x.VisitTaskInfoList.ForEach(z =>
{
z.JudgeQuestionList=z.JudgeQuestionList.Take(maxNum).ToList();