Uat_Study
parent
293b87069b
commit
bff26fc568
|
@ -13,7 +13,5 @@ namespace IRaCIS.Core.Application.Contracts
|
||||||
{
|
{
|
||||||
Task<IResponseOutput> SetSystemCriterionDisable(Guid dictionaryId, Guid? parentId);
|
Task<IResponseOutput> SetSystemCriterionDisable(Guid dictionaryId, Guid? parentId);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -238,11 +238,6 @@ namespace IRaCIS.Core.Application
|
||||||
result.FormType = trialCriterion.FormType;
|
result.FormType = trialCriterion.FormType;
|
||||||
result.IsFromSystem = trialCriterion.ReadingQuestionCriterionSystemId != null;
|
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
|
result.TrialQuestionList = await _readingQuestionTrialRepository.Where(x => x.ReadingQuestionCriterionTrial.IsConfirm && x.TrialId == inDto.TrialId&&x.ReadingQuestionCriterionTrialId == result.TrialCriterionId
|
||||||
|
|
Loading…
Reference in New Issue