修改
This commit is contained in:
@@ -13,7 +13,5 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
{
|
||||
Task<IResponseOutput> SetSystemCriterionDisable(Guid dictionaryId, Guid? parentId);
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user