From bd15ee93e938e3d0f77448a9159eea6288938995 Mon Sep 17 00:00:00 2001 From: "jiaji.H" Date: Wed, 11 Mar 2026 16:54:41 +0800 Subject: [PATCH] =?UTF-8?q?Updata=EF=BC=9A=E4=BF=AE=E6=AD=A3=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/logic/questionnaire_survey.go | 1 + 1 file changed, 1 insertion(+) 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