This commit is contained in:
wucongxing8150 2024-11-21 16:16:26 +08:00
parent e42952441b
commit 4f2bbf2bce

View File

@ -1270,9 +1270,9 @@ func (r *QuestionQaService) GetShareQuestionQaForTypeThree(questionQa *model.Que
shareDtoForThree.Single = shareDtoForTwo
} else if v2.QuestionType == 2 {
shareDtoForThree.Multiple = shareDtoForTwo
} else if v2.QuestionType == 3 {
shareDtoForThree.Judge = shareDtoForTwo
} else if v2.QuestionType == 4 {
shareDtoForThree.Judge = shareDtoForTwo
} else if v2.QuestionType == 3 {
shareDtoForThree.Qa = shareDtoForTwo
} else {
return g, errors.New("内部错误")