1
This commit is contained in:
@@ -313,8 +313,8 @@ func getOrderPrice(order *model.GoodsOrder) (orderPrice *uuptapi.GetOrderPriceRe
|
|||||||
// toLat = coords[1].Lat
|
// toLat = coords[1].Lat
|
||||||
// toLng = coords[1].Lng
|
// toLng = coords[1].Lng
|
||||||
//}
|
//}
|
||||||
fromLat = jxutils.IntCoordinate2Standard(store.Lng)
|
fromLat = jxutils.IntCoordinate2Standard(store.Lat)
|
||||||
fromLng = jxutils.IntCoordinate2Standard(store.Lat)
|
fromLng = jxutils.IntCoordinate2Standard(store.Lng)
|
||||||
toLat = jxutils.IntCoordinate2Standard(order.ConsigneeLat)
|
toLat = jxutils.IntCoordinate2Standard(order.ConsigneeLat)
|
||||||
toLng = jxutils.IntCoordinate2Standard(order.ConsigneeLng)
|
toLng = jxutils.IntCoordinate2Standard(order.ConsigneeLng)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user