diff --git a/business/partner/delivery/dada/waybill.go b/business/partner/delivery/dada/waybill.go index 307532906..f1783363e 100644 --- a/business/partner/delivery/dada/waybill.go +++ b/business/partner/delivery/dada/waybill.go @@ -457,7 +457,7 @@ func (c *DeliveryHandler) GetRiderInfo(orderId string, deliveryId int64, mtPeiso switch order.StatusCode { case dadaapi.OrderStatusWaitingForAccept: // 待接单,召唤骑手 - result.LogisticsStatus = model.WaybillStatusAcceptCanceled + result.LogisticsStatus = model.WaybillStatusNew result.LogisticsContext = model.RiderWaitRider case dadaapi.OrderStatusAccepted: // 待取货 result.LogisticsStatus = model.WaybillStatusCourierAssigned // 分配骑手