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 }