修改一版
parent
228f970cf9
commit
ab89154e67
|
@ -898,7 +898,7 @@ namespace IRaCIS.Application.Services
|
||||||
var questionIds = needAddDatas.Select(x => x.Id).ToList();
|
var questionIds = needAddDatas.Select(x => x.Id).ToList();
|
||||||
|
|
||||||
|
|
||||||
var tableQuestionRelation = _readingTableQuestionTrialRepository.Where(x => x.TrialCriterionId== trialCriterion.Id).ToDictionary(
|
var tableQuestionRelation = _readingTableQuestionTrialRepository.Where(x => x.TrialCriterionId== trialCriterion.Id&&x.SystemTableQuestionId!=null).ToDictionary(
|
||||||
x => x.SystemTableQuestionId ?? default(Guid),
|
x => x.SystemTableQuestionId ?? default(Guid),
|
||||||
x => x.Id
|
x => x.Id
|
||||||
);
|
);
|
||||||
|
|
|
@ -645,8 +645,6 @@ namespace IRaCIS.Application.Services
|
||||||
OrganInfos= organList
|
OrganInfos= organList
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
),new {
|
),new {
|
||||||
IsBaseline= taskInfo.SourceSubjectVisit!=null&&taskInfo.SourceSubjectVisit.IsBaseLine
|
IsBaseline= taskInfo.SourceSubjectVisit!=null&&taskInfo.SourceSubjectVisit.IsBaseLine
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue