This commit is contained in:
邹宗楠
2024-01-22 18:29:28 +08:00
parent 38bb7f32dc
commit 743e70d759
3 changed files with 3 additions and 3 deletions

View File

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