pull/39/head
Minho 2017-05-11 17:12:35 +08:00
parent d8f7801e8d
commit 31a118cbfc
1 changed files with 1 additions and 0 deletions

View File

@ -658,6 +658,7 @@ func RecursiveFun(parent_id int,prefix,dpath string,c *DocumentController,book
beego.Error(err)
c.Abort("500")
}
beego.Info(fpath,html)
f.WriteString(html)
f.Close()