From 1ff83504c2a5fd4b61f279ccf6488c74a88ac418 Mon Sep 17 00:00:00 2001 From: "jiaji.H" Date: Wed, 11 Mar 2026 19:20:50 +0800 Subject: [PATCH] =?UTF-8?q?Updata=EF=BC=9A=E6=9B=B4=E6=96=B0=E8=B5=8B?= =?UTF-8?q?=E5=80=BC?= 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 95d82cc..236552f 100644 --- a/internal/logic/questionnaire_survey.go +++ b/internal/logic/questionnaire_survey.go @@ -30,6 +30,7 @@ func GetQuestionnaireSurveyInfo(req *bundle.GetQuestionnaireSurveyInfoRequest) ( return nil, errors.New("反序列化失败") } resp.UserName = data.UserName + resp.BundleInfo = bundleInfo resp.BundleInfo.BundleName = bundleInfo.BundleName resp.BundleInfo.StartAt = bundleInfo.StartAt resp.BundleInfo.ExpiredAt = bundleInfo.ExpiredAt