打桩语句

This commit is contained in:
邹宗楠
2022-03-04 15:17:54 +08:00
parent a8684c7e9e
commit 0f6635a18c
5 changed files with 10 additions and 7 deletions

View File

@@ -41,6 +41,7 @@ func (c *BaseScheduler) CreateWaybillOnProviders(ctx *jxcontext.Context, order *
if handler := partner.GetDeliveryPlatformFromVendorID(storeCourier.VendorID); handler != nil && handler.Use4CreateWaybill {
courierVendorID := storeCourier.VendorID
// 创建订单
globals.SugarLogger.Info("美团创建订单(真正创建美团订单开始)***********************")
bill, err2 := c.CreateWaybill(courierVendorID, order, maxDeliveryFee)
if err = err2; err == nil {
globals.SugarLogger.Debugf("CreateWaybillOnProviders orderID:%s userName:%s vendorID:%d bill:%v", order.VendorOrderID, userName, courierVendorID, bill)