1
This commit is contained in:
@@ -531,7 +531,7 @@ func (s *DefScheduler) OnWaybillStatusChanged(bill *model.Waybill, isPending boo
|
|||||||
if bill.Status == model.WaybillStatusNew {
|
if bill.Status == model.WaybillStatusNew {
|
||||||
s.addWaybill2Map(savedOrderInfo, bill)
|
s.addWaybill2Map(savedOrderInfo, bill)
|
||||||
if !isPending {
|
if !isPending {
|
||||||
if order.Status >= model.OrderStatusDelivering && order.Status < model.OrderStatusEndBegin {
|
if order.Status >= model.OrderStatusDelivering && order.Status <= model.OrderStatusFinished {
|
||||||
if order.DeliveryType == model.OrderDeliveryTypeStoreSelf {
|
if order.DeliveryType == model.OrderDeliveryTypeStoreSelf {
|
||||||
// 门店配送方式仅为自配送的商家在接单后,如商品已开始配送
|
// 门店配送方式仅为自配送的商家在接单后,如商品已开始配送
|
||||||
s.SelfDeliverDelivering(order, "自配送中")
|
s.SelfDeliverDelivering(order, "自配送中")
|
||||||
|
|||||||
Reference in New Issue
Block a user