From 03983189f682005ccd740cd26150b554e803089f Mon Sep 17 00:00:00 2001 From: JNG <365252428@qq.com> Date: Wed, 11 Mar 2026 19:48:44 +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 7e557105..d583dd80 100644 --- a/pkg/service/bundle/questionnaireSurvey.go +++ b/pkg/service/bundle/questionnaireSurvey.go @@ -9,7 +9,6 @@ import ( "fonchain-fiee/pkg/service/bundle/model" "fonchain-fiee/pkg/service/upload" "fonchain-fiee/pkg/utils" - "os" "time" "github.com/gin-gonic/gin" @@ -109,8 +108,11 @@ func QuestionnaireSurveyCreate(c *gin.Context) { service.Error(c, err) return } - os.Remove(outputPath) + fmt.Println("333333333333333333") outputUrl, ossErr := upload.PutBos(outputPath, upload.PdfType, true) + + fmt.Println("outputUrl======================>>>>", outputUrl) + fmt.Println("ossErr======================>>>>", ossErr) if ossErr != nil { service.Error(c, err) return