From c038222e165c65066c9b7b8baa70e160040791fb Mon Sep 17 00:00:00 2001 From: JNG <365252428@qq.com> Date: Wed, 11 Mar 2026 19:33:48 +0800 Subject: [PATCH] Update questionnaireSurvey.go --- pkg/service/bundle/questionnaireSurvey.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkg/service/bundle/questionnaireSurvey.go b/pkg/service/bundle/questionnaireSurvey.go index 70a51ebb..db81a210 100644 --- a/pkg/service/bundle/questionnaireSurvey.go +++ b/pkg/service/bundle/questionnaireSurvey.go @@ -111,8 +111,10 @@ func QuestionnaireSurveyCreate(c *gin.Context) { service.Error(c, err) return } - fmt.Println(outputUrl) - service.Success(c, req) + fmt.Println("outputUrl======================>>>>", outputUrl) + //service.Success(c, outputUrl) + //return + req.SurveyUrl = outputUrl res, err := service.BundleProvider.CreateQuestionnaireSurveyAnswer(context.Background(), &req) if err != nil { service.Error(c, err)