This commit is contained in:
邹宗楠
2023-05-15 16:59:59 +08:00
parent 342bbbd7f9
commit 57d0eb155f
2 changed files with 1 additions and 1 deletions

View File

@@ -282,6 +282,7 @@ func (c *DeliveryHandler) GetWaybillFee(order *model.GoodsOrder) (deliveryFeeInf
if result, err = api.DadaAPI.QueryDeliverFee(billParams); err != nil {
return nil, err
}
globals.SugarLogger.Debugf("QueryDeliverFee===============:%s", utils.Format4Output(result, false))
deliveryFeeInfo.DeliveryFee = jxutils.StandardPrice2Int(result.Fee)
deliveryFeeInfo.RefDeliveryFee = deliveryFeeInfo.DeliveryFee
}