裁判的默认值
This commit is contained in:
@@ -1199,6 +1199,9 @@ namespace IRaCIS.Core.Application.Service
|
||||
|
||||
x.ReadingQuestionCriterionTrialId = trialCriterion.Id;
|
||||
x.TrialId = trialCriterion.TrialId;
|
||||
x.AnswerGroup = "[]";
|
||||
x.AnswerCombination="[]";
|
||||
x.JudgeDifferenceValue = 0;
|
||||
});
|
||||
var copyNewQuestionList = newTrialQuestionList.Clone();
|
||||
// var trialQuestionList = await _readingQuestionTrialRepository.Where(x => x.ReadingQuestionCriterionTrialId == trialCriterion.Id).ToListAsync();
|
||||
|
||||
Reference in New Issue
Block a user