@@ -244,6 +244,14 @@ namespace IRaCIS.Core.Application.Service
|
||||
pendingQuestionIds.Enqueue(calculateQuestionId);
|
||||
}
|
||||
}
|
||||
|
||||
if(question.ClassifyQuestionId!=null)
|
||||
{
|
||||
if (triggerJudgeQuestionIds.Add(question.ClassifyQuestionId.Value))
|
||||
{
|
||||
pendingQuestionIds.Enqueue(question.ClassifyQuestionId.Value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return new GetJudgeFormOutDto
|
||||
|
||||
Reference in New Issue
Block a user