Minho 8 years ago
parent
commit
006cff4147
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/document.go

+ 1 - 1
controllers/document.go

@@ -623,7 +623,7 @@ func (c *DocumentController) Export() {
 				index ++
 			}
 
-			beego.Info(paths)
+			beego.Info(paths,pdfpath)
 
 			utils.ConverterHtmlToPdf(paths, pdfpath)
 		}