liuxiaolong
2019-08-21 ea5df990ee13cf2ca03b0ee757f2f67c789cb93c
controllers/fileController.go
@@ -548,7 +548,6 @@
func uploadFileReturnAddr(file multipart.File, filename string, tableId string) (string, map[string]interface{}, error) {
   defer file.Close()
   field := ""
   // weedfs 上传
   fileBytes, err := ioutil.ReadAll(file)
   if err !=nil {