This commit is contained in:
邹宗楠
2023-12-27 15:14:37 +08:00
parent fd9c9983e8
commit e2f2d522f6
6 changed files with 30 additions and 31 deletions

View File

@@ -195,7 +195,6 @@ func (c *BaseScheduler) SelfDeliverDelivered(order *model.GoodsOrder, userName s
c.CancelWaybill(bill, partner.CancelWaybillReasonOther, partner.CancelWaybillReasonStrActive)
}
}
globals.SugarLogger.Debugf("===err0 := %v", err)
return err
}, "SelfDeliverDelivered orderID:%s", order.VendorOrderID)
}