From 11ff90eafaafd1d364a01222113a20e164bd2b44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Thu, 4 Jul 2024 17:03:17 +0800 Subject: [PATCH] 1 --- business/jxstore/cms/cms.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/cms/cms.go b/business/jxstore/cms/cms.go index 7ad11e7bf..c72561992 100644 --- a/business/jxstore/cms/cms.go +++ b/business/jxstore/cms/cms.go @@ -754,7 +754,7 @@ func GetCyclingLine(sLng, sLat, uLng, uLat float64) (polyLineList []string, dist } } - polyLineList, err = baiDuCoord2Gaode(polyLine) + polyLineList, _ = baiDuCoord2Gaode(polyLine) if err != nil { polyLineList = polyLine }