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