Merge branch 'jng-QuestionnairePDF-0311' into dev

This commit is contained in:
JNG 2026-03-11 19:34:15 +08:00
commit 470d287297

View File

@ -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)