This commit is contained in:
he
2023-06-20 15:46:48 +08:00
parent eef042b469
commit fbc639030a
7 changed files with 173 additions and 19 deletions
@@ -980,7 +980,7 @@ namespace IRaCIS.Application.Services
x.TrialId = trialCriterion.TrialId;
});
var copyNewQuestionList = newTrialQuestionList.Clone();
var trialQuestionList = await _readingQuestionTrialRepository.Where(x => x.ReadingQuestionCriterionTrialId == trialCriterion.Id).ToListAsync();
// var trialQuestionList = await _readingQuestionTrialRepository.Where(x => x.ReadingQuestionCriterionTrialId == trialCriterion.Id).ToListAsync();
var needAddDatas = new List<ReadingQuestionTrial>();
foreach (var x in newTrialQuestionList)