Compare commits

...

2 Commits

Author SHA1 Message Date
JNG
c44b7a080b Merge branch 'jng-QuestionnairePDF-0311' into dev 2026-03-11 19:44:05 +08:00
JNG
3e953cc04d Update questionnaireSurvey.go 2026-03-11 19:43:58 +08:00

View File

@ -105,6 +105,7 @@ func QuestionnaireSurveyCreate(c *gin.Context) {
fmt.Println("2222222222222222222")
if err != nil {
fmt.Println("生成PDF失败: ", err)
service.Error(c, err)
return
}