Uat_Study
he 2022-08-11 13:49:42 +08:00
parent 293b87069b
commit bff26fc568
2 changed files with 0 additions and 7 deletions

View File

@ -13,7 +13,5 @@ namespace IRaCIS.Core.Application.Contracts
{
Task<IResponseOutput> SetSystemCriterionDisable(Guid dictionaryId, Guid? parentId);
}
}

View File

@ -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