Compare commits

..

No commits in common. "46969519238882d6306ad203fd2e156cc8fed86c" and "28a56ee298a73648ef9df26bccebf7610e94426f" have entirely different histories.

1 changed files with 1 additions and 2 deletions

View File

@ -64,7 +64,7 @@ namespace IRaCIS.Core.Application.Service
};
foreach (var item in inDto.QuestionList)
{
item.ExportResult= item.ExportResult.Except(needAdd).ToList();
if (item.ExportResult.Contains(ExportResult.TableOfAssessmentResults))
{
item.ExportResult.AddRange(needAdd);
@ -80,7 +80,6 @@ namespace IRaCIS.Core.Application.Service
foreach (var item in inDto.TableQuestionList)
{
item.ExportResult = item.ExportResult.Except(needAdd).ToList();
if (item.ExportResult.Contains(ExportResult.TableOfAssessmentResults))
{
item.ExportResult.AddRange(needAdd);