Test.EIImageViewer
parent
4f99b18b09
commit
55060e2eaf
|
@ -291,7 +291,7 @@ namespace IRaCIS.Application.Services
|
||||||
/// <param name="newParentId"></param>
|
/// <param name="newParentId"></param>
|
||||||
/// <param name="systemQuesitonList"></param>
|
/// <param name="systemQuesitonList"></param>
|
||||||
/// <param name="needQuestionList"></param>
|
/// <param name="needQuestionList"></param>
|
||||||
public void CreateQuestionRelation(Guid ReadingQuestionCriterionTrialId, Guid trialId,Guid oldParentId,Guid newParentId, List<ReadingQuestionSystem> systemQuesitonList, List<ReadingQuestionTrial> needQuestionList)
|
private void CreateQuestionRelation(Guid ReadingQuestionCriterionTrialId, Guid trialId,Guid oldParentId,Guid newParentId, List<ReadingQuestionSystem> systemQuesitonList, List<ReadingQuestionTrial> needQuestionList)
|
||||||
{
|
{
|
||||||
var childList = systemQuesitonList.Where(x => x.ParentId == oldParentId).ToList();
|
var childList = systemQuesitonList.Where(x => x.ParentId == oldParentId).ToList();
|
||||||
childList.ForEach(x =>
|
childList.ForEach(x =>
|
||||||
|
|
Loading…
Reference in New Issue