@@ -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 != "NA").Count()).MaxOrDefault();
|
||||
var maxNum = x.VisitTaskInfoList.Select(y => y.JudgeQuestionList.Where(z => z.Answer != "NE").Count()).MaxOrDefault();
|
||||
x.VisitTaskInfoList.ForEach(z =>
|
||||
{
|
||||
z.JudgeQuestionList=z.JudgeQuestionList.Take(maxNum).ToList();
|
||||
|
||||
Reference in New Issue
Block a user