This commit is contained in:
邹宗楠
2022-12-14 11:30:32 +08:00
parent cf51a53616
commit 0c2026f4fd
6 changed files with 0 additions and 10 deletions

View File

@@ -223,7 +223,6 @@ func (c *BaseScheduler) CreateWaybill(platformVendorID int, order *model.GoodsOr
if c.IsReallyCallPlatformAPI {
// 美团配送订单生成,配送费计算
bill, err = handlerInfo.Handler.CreateWaybill(order, maxDeliveryFee)
globals.SugarLogger.Debugf("====================bill %s", utils.Format4Output(bill, false))
if err != nil {
globals.SugarLogger.Infof("CreateWaybill failed orderID:%s vendorID:%d with error:%v", order.VendorOrderID, platformVendorID, err)
} else {