diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index a56ff3b9e..77742845f 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -817,8 +817,8 @@ func GetVendorStore(ctx *jxcontext.Context, vendorID int, vendorOrgCode, vendorS retVal = &StoreExt{ Store: store.Store, //暂时添加上 - FloatLng: jxutils.IntCoordinate2Standard(store.Lng), - FloatLat: jxutils.IntCoordinate2Standard(store.Lat), + //FloatLng: jxutils.IntCoordinate2Standard(store.Lng), + //FloatLat: jxutils.IntCoordinate2Standard(store.Lat), } retVal.Name = store.Name retVal.BussinessStatus = store.CourierStatus