This commit is contained in:
邹宗楠
2024-08-09 14:30:19 +08:00
parent cbbf239921
commit 2da6cd5e56

View File

@@ -622,6 +622,9 @@ func GetSToURidingDistance2(sLng, sLat, uLng, uLat float64, orderId string) (way
if err != nil {
return nil, err
}
if len(waybills) == 0 {
return wayBill, err
}
for _, v := range waybills {
// 获取骑行路线图
if v.OriginalData == "" {