diff --git a/internal/logic/questionnaire_survey.go b/internal/logic/questionnaire_survey.go index be3b81e..3062a2b 100644 --- a/internal/logic/questionnaire_survey.go +++ b/internal/logic/questionnaire_survey.go @@ -52,6 +52,7 @@ func CreateQuestionnaireSurveyAnswer(req *bundle.CreateQuestionnaireSurveyAnswer } func GetQuestionnaireSurveyList(req *bundle.GetQuestionnaireSurveyListRequest) (resp *bundle.GetQuestionnaireSurveyListResponse, err error) { + resp = &bundle.GetQuestionnaireSurveyListResponse{} data, total, err := dao.GetQuestionnaireSurveyList(req) if err != nil { return nil, err