111
This commit is contained in:
parent
04641bfc97
commit
84e1b4d51e
@ -163,7 +163,7 @@ func (r *QuestionDto) LoadQuestionAnswer(m *model.Question) *QuestionDto {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
r.QuestionAnswer[0] = m.QuestionAnswer
|
r.QuestionAnswer = append(r.QuestionAnswer, m.QuestionAnswer)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return r
|
return r
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user