This commit is contained in:
he
2022-08-11 13:49:42 +08:00
parent 293b87069b
commit bff26fc568
2 changed files with 0 additions and 7 deletions
@@ -238,11 +238,6 @@ namespace IRaCIS.Core.Application
result.FormType = trialCriterion.FormType;
result.IsFromSystem = trialCriterion.ReadingQuestionCriterionSystemId != null;
// 验证并同步
await iReadingQuestionService.VerifyeCriterionNeedSynchronize(new VerifyeCriterionNeedSynchronizeInDto()
{
TrialId = inDto.TrialId
});
};
result.TrialQuestionList = await _readingQuestionTrialRepository.Where(x => x.ReadingQuestionCriterionTrial.IsConfirm && x.TrialId == inDto.TrialId&&x.ReadingQuestionCriterionTrialId == result.TrialCriterionId