This commit is contained in:
he
2024-09-09 14:48:13 +08:00
parent e5f8b3dc71
commit d4389e5c35
2 changed files with 9 additions and 8 deletions
@@ -642,6 +642,7 @@ namespace IRaCIS.Core.Application.Service.RC
[NonDynamicMethod]
private async Task AddSystemDataToTrila(Guid trialId)
{
// 加系统到项目
var trialUsrSystemIds = _readingQuestionCriterionTrialRepository.Where(x => x.TrialId == trialId && x.ReadingQuestionCriterionSystemId != null)
.Select(x => x.ReadingQuestionCriterionSystemId);
var trialCriterionNames = _readingQuestionCriterionTrialRepository.Where(x => x.TrialId == trialId)