1
This commit is contained in:
@@ -1270,9 +1270,9 @@ func (r *QuestionQaService) GetShareQuestionQaForTypeThree(questionQa *model.Que
|
|||||||
shareDtoForThree.Single = shareDtoForTwo
|
shareDtoForThree.Single = shareDtoForTwo
|
||||||
} else if v2.QuestionType == 2 {
|
} else if v2.QuestionType == 2 {
|
||||||
shareDtoForThree.Multiple = shareDtoForTwo
|
shareDtoForThree.Multiple = shareDtoForTwo
|
||||||
} else if v2.QuestionType == 3 {
|
|
||||||
shareDtoForThree.Judge = shareDtoForTwo
|
|
||||||
} else if v2.QuestionType == 4 {
|
} else if v2.QuestionType == 4 {
|
||||||
|
shareDtoForThree.Judge = shareDtoForTwo
|
||||||
|
} else if v2.QuestionType == 3 {
|
||||||
shareDtoForThree.Qa = shareDtoForTwo
|
shareDtoForThree.Qa = shareDtoForTwo
|
||||||
} else {
|
} else {
|
||||||
return g, errors.New("内部错误")
|
return g, errors.New("内部错误")
|
||||||
|
|||||||
Reference in New Issue
Block a user