This commit is contained in:
2024-10-14 15:16:33 +08:00
parent 04641bfc97
commit 84e1b4d51e
+1 -1
View File
@@ -163,7 +163,7 @@ func (r *QuestionDto) LoadQuestionAnswer(m *model.Question) *QuestionDto {
}
}
} else {
r.QuestionAnswer[0] = m.QuestionAnswer
r.QuestionAnswer = append(r.QuestionAnswer, m.QuestionAnswer)
}
}
return r