From af45035c0d893c3bbe7b1076b2bbc433755f36c5 Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期二, 19 十一月 2019 19:58:30 +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