修改
This commit is contained in:
@@ -432,6 +432,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
/// </summary>
|
||||
public Guid? ReadingQuestionSystemId { get; set; }
|
||||
|
||||
public Guid? ReadingCriterionPageId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 系统标准的ParentId
|
||||
/// </summary>
|
||||
|
||||
@@ -237,6 +237,7 @@ namespace IRaCIS.Application.Services
|
||||
AnswerGroup = x.AnswerGroup,
|
||||
Id = x.Id,
|
||||
JudgeType = x.JudgeType,
|
||||
ReadingCriterionPageId = x.ReadingCriterionPageId,
|
||||
ParentId = x.ParentId,
|
||||
ReadingQuestionCriterionTrialId = x.ReadingQuestionCriterionTrialId,
|
||||
ReadingQuestionSystemId = x.ReadingQuestionSystemId,
|
||||
@@ -277,6 +278,7 @@ namespace IRaCIS.Application.Services
|
||||
ParentId = c.trial.FirstOrDefault()?.ParentId,
|
||||
ParentTriggerValue=c.system.ParentTriggerValue,
|
||||
QuestionName=c.system.QuestionName,
|
||||
ReadingCriterionPageId=c.trial.FirstOrDefault()?.ReadingCriterionPageId,
|
||||
ReadingQuestionCriterionTrialId = item.Id,
|
||||
Remark=c.system.Remark,
|
||||
TrialId=item.TrialId,
|
||||
|
||||
Reference in New Issue
Block a user