Minho 8 년 전
부모
커밋
31a118cbfc
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      controllers/document.go

+ 1 - 0
controllers/document.go

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