好用
This commit is contained in:
@@ -275,6 +275,7 @@ func (c *DeliveryHandler) CreateWaybill(order *model.GoodsOrder, maxDeliveryFee
|
|||||||
}
|
}
|
||||||
// 当前运单总费大于配送阈值15,日志打印提示
|
// 当前运单总费大于配送阈值15,日志打印提示
|
||||||
delivery.OnWaybillCreated(bill)
|
delivery.OnWaybillCreated(bill)
|
||||||
|
globals.SugarLogger.Debug("============================================>", billParams.ShopID)
|
||||||
} else {
|
} else {
|
||||||
globals.SugarLogger.Debugf("CreateWaybill failed, orderID:%s, billParams:%v, error:%v", order.VendorOrderID, billParams, err)
|
globals.SugarLogger.Debugf("CreateWaybill failed, orderID:%s, billParams:%v, error:%v", order.VendorOrderID, billParams, err)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user