Uat_Study
parent
3e440d9256
commit
a5d2f04f1f
|
@ -476,7 +476,8 @@ namespace IRaCIS.Application.Services
|
|||
newData.ReadingQuestionSystemId = x.ReadingQuestionSystemId;
|
||||
question = newData.Clone();
|
||||
}
|
||||
|
||||
// 最大问题数
|
||||
question.MaxQuestionCount= x.MaxQuestionCount;
|
||||
if (question.ParentId != null)
|
||||
{
|
||||
question.ParentId = copyNewQuestionList.Where(y => x.ParentId == y.ReadingQuestionSystemId).Select(y => y.Id).FirstOrDefault();
|
||||
|
|
Loading…
Reference in New Issue