From ea5df990ee13cf2ca03b0ee757f2f67c789cb93c Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期三, 21 八月 2019 13:14:48 +0800 Subject: [PATCH] tagList get from sqlite --- controllers/fileController.go | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/controllers/fileController.go b/controllers/fileController.go index c5a1c8b..adb0f1d 100644 --- a/controllers/fileController.go +++ b/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 { -- Gitblit v1.8.0