This commit is contained in:
邹宗楠
2024-02-02 16:45:59 +08:00
parent 42500420a8
commit e0d03dc250
2 changed files with 13 additions and 1 deletions

View File

@@ -433,7 +433,6 @@ func (c *DeliveryHandler) CreateWaybill(order *model.GoodsOrder, maxDeliveryFee
}
func (c *DeliveryHandler) CancelWaybill(bill *model.Waybill, cancelReasonID int, cancelReason string) (err error) {
globals.SugarLogger.Debugf("========cancelReason :=%s %s", bill.VendorOrderID, cancelReason)
cancelReasonID = mtpsapi.CancelReasonMerchantOther
if cancelReason == "" {
cancelReason = "顾客主动取消"