From 4bff97b12981fb4b07c8d2036abe546c339e58c4 Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期二, 19 十一月 2019 13:59:58 +0800 Subject: [PATCH] --- --- 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 282a506..6083668 100644 --- a/algorithm/static/static.go +++ b/algorithm/static/static.go @@ -142,7 +142,7 @@ // logger.Info("鍏蜂綋鐩爣锛�",tar.Location) //} for _, tar := range structure.StaticMap[am.AreaId].Targets { - singleResult,arg := SingleStatic(tar,am,lable,90) + singleResult,arg := SingleStatic(tar,am,lable,95) if singleResult { flag = "true" tars = append(tars,arg) -- Gitblit v1.8.0