@@ -1257,7 +1257,7 @@ namespace IRaCIS.Application.Services
|
||||
|
||||
var systemQuestionList = await _readingQuestionSystemRepository.Where(x => x.IsJudgeQuestion && x.ReadingQuestionCriterionSystemId == trialCriterion.ReadingQuestionCriterionSystemId).ToListAsync();
|
||||
var trialQuestionList = await _readingQuestionTrialRepository.Where(x => x.IsJudgeQuestion && x.ReadingQuestionCriterionTrialId == trialCriterion.Id).ToListAsync();
|
||||
if (systemQuestionList.Count() != trialQuestionList.Count())
|
||||
if (systemQuestionList.Count != trialQuestionList.Count)
|
||||
{
|
||||
return NeedSynchronize.JudgeNotEqual;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user