diff --git a/business/partner/delivery/uupt/waybill.go b/business/partner/delivery/uupt/waybill.go index 8aed1e110..60838c6bf 100644 --- a/business/partner/delivery/uupt/waybill.go +++ b/business/partner/delivery/uupt/waybill.go @@ -313,8 +313,8 @@ func getOrderPrice(order *model.GoodsOrder) (orderPrice *uuptapi.GetOrderPriceRe // toLat = coords[1].Lat // toLng = coords[1].Lng //} - fromLat = jxutils.IntCoordinate2Standard(store.Lng) - fromLng = jxutils.IntCoordinate2Standard(store.Lat) + fromLat = jxutils.IntCoordinate2Standard(store.Lat) + fromLng = jxutils.IntCoordinate2Standard(store.Lng) toLat = jxutils.IntCoordinate2Standard(order.ConsigneeLat) toLng = jxutils.IntCoordinate2Standard(order.ConsigneeLng)