This commit is contained in:
邹宗楠
2024-12-11 10:40:09 +08:00
parent 4109b7f03c
commit 87d5598140
5 changed files with 18 additions and 13 deletions

View File

@@ -206,7 +206,7 @@ func (p *PurchaseHandler) ReadStore(ctx *jxcontext.Context, vendorOrgCode, vendo
Type: tencent_map.CoordinateChangeTypeBaidu,
})
if err2 != nil {
globals.SugarLogger.Debugf("CoordinateConvert err : %v", err)
globals.SugarLogger.Debugf("CoordinateConvert err : %v", err2)
}
if len(lngAndLat) != 0 {
lng = utils.Str2Float64(lngAndLat[0].Lng)