- 创建三方运单超价时报警

This commit is contained in:
gazebo
2019-07-24 11:53:29 +08:00
parent 07273a9ada
commit df5eca85ef
3 changed files with 12 additions and 3 deletions

View File

@@ -188,6 +188,7 @@ func (c *DeliveryHandler) CreateWaybill(order *model.GoodsOrder, policy partner.
WaybillVendorID: model.VendorIDMTPS,
DesiredFee: deliveryFee,
}
delivery.OnWaybillCreated(bill)
} else {
globals.SugarLogger.Debugf("CreateWaybill failed, orderID:%s, billParams:%v, addParams:%v, error:%v", order.VendorOrderID, billParams, addParams, err)
}