This commit is contained in:
suyl
2021-06-21 15:43:22 +08:00
parent 80a967622c
commit 1926e3b312
2 changed files with 12 additions and 6 deletions

View File

@@ -670,6 +670,11 @@ func (s *DefScheduler) OnWaybillStatusChanged(bill *model.Waybill, isPending boo
s.createWaybillOn3rdProviders(savedOrderInfo, 0, nil)
}
}
//if order.Status < model.OrderStatusDelivering {
// if order.VendorID == model.VendorIDMTWM && order.DeliveryType == model.OrderDeliveryTypePlatform {
// s.CancelOrder(jxcontext.AdminCtx, order, "")
// }
//}
}
}
// case model.WaybillStatusDelivering: