1
This commit is contained in:
@@ -367,6 +367,8 @@ func (c *DeliveryHandler) CreateWaybill(order *model.GoodsOrder, maxDeliveryFee
|
|||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
globals.SugarLogger.Debugf("===========CallCreateWaybillPolicy=== := %d", maxDeliveryFee)
|
||||||
|
globals.SugarLogger.Debugf("===========waybillList[0].ActualFee=== := %d", waybillList[0].ActualFee)
|
||||||
// 检查两天内是否有订单
|
// 检查两天内是否有订单
|
||||||
var result *dadaapi.CreateOrderResponse
|
var result *dadaapi.CreateOrderResponse
|
||||||
if len(waybillList) > 0 && waybillList[0].Status != model.WaybillStatusFailed {
|
if len(waybillList) > 0 && waybillList[0].Status != model.WaybillStatusFailed {
|
||||||
|
|||||||
Reference in New Issue
Block a user