From 27b1fc520f5bb8668d9ed7cae9a37c615d4c1221 Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期五, 15 十一月 2019 15:54:12 +0800 Subject: [PATCH] 灵敏度改为90 --- algorithm/static/static.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/algorithm/static/static.go b/algorithm/static/static.go index 163275b..3ceb127 100644 --- a/algorithm/static/static.go +++ b/algorithm/static/static.go @@ -140,7 +140,7 @@ // logger.Info("鍏蜂綋鐩爣锛�",tar.Location) //} for _, tar := range structure.StaticMap[am.AreaId].Targets { - singleResult,arg := SingleStatic(tar,am,lable,95) + singleResult,arg := SingleStatic(tar,am,lable,90) if singleResult { flag = "true" tars = append(tars,arg) -- Gitblit v1.8.0