Uat_Study
parent
ac46d680e9
commit
c59880d518
|
@ -173,7 +173,7 @@ namespace IRaCIS.Core.Application.Service
|
||||||
|
|
||||||
var needAddList = new List<ReadingTaskQuestionAnswer>();
|
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)
|
switch (item.QuestionType)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue