From 1fffaf2fda47908ce4e2251b6c1b65ee267be13a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Wed, 6 Apr 2022 09:44:43 +0800 Subject: [PATCH] 1 --- business/partner/delivery/fn/waybill.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/partner/delivery/fn/waybill.go b/business/partner/delivery/fn/waybill.go index 0061d85bf..183fa250a 100644 --- a/business/partner/delivery/fn/waybill.go +++ b/business/partner/delivery/fn/waybill.go @@ -77,6 +77,7 @@ func (c *DeliveryHandler) CancelWaybill(bill *model.Waybill, cancelReasonID int, bill.Status = model.WaybillStatusCanceled bill.Remark = cancelReason partner.CurOrderManager.OnWaybillStatusChanged(bill) + fmt.Println("fn cancle order ============", err) return err }