pull/39/head
Minho 2017-05-11 16:10:49 +08:00
parent 93579b9625
commit 006cff4147
1 changed files with 1 additions and 1 deletions

View File

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