From 2a9fb82298812743d13e7e590aa08ec94ac9c085 Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期二, 26 十一月 2019 14:43:12 +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