This commit is contained in:
邹宗楠
2023-10-19 15:50:52 +08:00
parent 6d0626b182
commit 3a8e29d8bd

View File

@@ -628,6 +628,7 @@ func GetSToURidingDistance2(sLng, sLat, uLng, uLat float64, orderId string) (way
return nil, err
}
for _, v := range waybills {
globals.SugarLogger.Debugf("=============GetSToURidingDistance2 := %s", utils.Format4Output(v, false))
if v.Status == model.WaybillStatusCanceled {
continue
}