修改
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user