添加美团配送日志打印

This commit is contained in:
邹宗楠
2022-03-04 10:24:06 +08:00
parent a7c38e6a98
commit 6383469f49

View File

@@ -280,6 +280,7 @@ func (c *DeliveryHandler) CreateWaybill(order *model.GoodsOrder, maxDeliveryFee
WaybillVendorID: model.VendorIDMTPS,
DesiredFee: utils.Float64TwoInt64(result.DeliveryFee),
}
globals.SugarLogger.Info("输出美团配送费用:=====================", bill.DesiredFee)
// 当前运单总费大于配送阈值15日志打印提示
delivery.OnWaybillCreated(bill)