This commit is contained in:
邹宗楠
2024-02-02 09:07:49 +08:00
parent b66a3a0852
commit 2c5afd1695
2 changed files with 6 additions and 2 deletions

View File

@@ -1099,7 +1099,11 @@ func (s *DefScheduler) swtich2SelfDeliverWithRetry(savedOrderInfo *WatchOrderInf
} else {
s.notify3rdPartyWaybill(order, bill, false)
s.removeWaybillFromMap(savedOrderInfo, order.VendorID)
partner.CurOrderManager.OnOrderMsg(order, "转自送成功", "")
data := "断点打印"
if err != nil {
data = err.Error()
}
partner.CurOrderManager.OnOrderMsg(order, "转自送成功", data)
}
} else {
s.cancelOtherWaybills(savedOrderInfo, nil, partner.CancelWaybillReasonOther, partner.CancelWaybillReasonStrNotAcceptIntime)