From 3e953cc04d648556903abc0f32e7fad06f7c1933 Mon Sep 17 00:00:00 2001 From: JNG <365252428@qq.com> Date: Wed, 11 Mar 2026 19:43:58 +0800 Subject: [PATCH] Update questionnaireSurvey.go --- pkg/service/bundle/questionnaireSurvey.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/service/bundle/questionnaireSurvey.go b/pkg/service/bundle/questionnaireSurvey.go index 31e1c01d..7e557105 100644 --- a/pkg/service/bundle/questionnaireSurvey.go +++ b/pkg/service/bundle/questionnaireSurvey.go @@ -105,6 +105,7 @@ func QuestionnaireSurveyCreate(c *gin.Context) { fmt.Println("2222222222222222222") if err != nil { + fmt.Println("生成PDF失败: ", err) service.Error(c, err) return }