From 7aa2c6f8eda9f68ca11a3854a1b2a9d69730d6e7 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期二, 20 八月 2019 14:41:34 +0800 Subject: [PATCH] fix arg --- controllers/fileController.go | 11 ----------- 1 files changed, 0 insertions(+), 11 deletions(-) diff --git a/controllers/fileController.go b/controllers/fileController.go index 156ecb4..b1b1ba4 100644 --- a/controllers/fileController.go +++ b/controllers/fileController.go @@ -401,18 +401,7 @@ logger.Debug("comp 姣斿缁撴潫锛岀敤鏃讹細",time.Since(timeStart)) m := make(map[string]interface{},3) if totalData != nil && totalData.Len() > 0{ - //鎸夊垎鍊兼帓搴� - //var scorePre []float32 - //for _,f1 :=range *totalData { - // scorePre = append(scorePre, f1.CompareScore) - //} - //logger.Debug("comp 鎺掑簭鍓嶅垎鍊兼暟缁勶細",scorePre) sort.Sort(totalData) - //var scoreAf []float32 - //for _,f2 :=range *totalData { - // scoreAf = append(scoreAf, f2.CompareScore) - //} - //logger.Debug("comp 鎺掑簭鍚庡垎鍊兼暟缁勶細",scoreAf) total := totalData.Len() m["compareNum"] = compareOnce.CompareNum -- Gitblit v1.8.0