Uat_Study
he 2022-09-07 16:58:42 +08:00
parent ac46d680e9
commit c59880d518
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ namespace IRaCIS.Core.Application.Service
var needAddList = new List<ReadingTaskQuestionAnswer>();
// 循环找要计算的值进行计算
foreach (var item in inDto.QuestionInfo.Where(x => x.QuestionType != null))
foreach (var item in inDto.QuestionInfo.Where(x => x.QuestionType != null).Where(x=> !needFirstCalculateTypes.Contains(x.QuestionType)))
{
switch (item.QuestionType)
{