jds订单转移
This commit is contained in:
@@ -246,7 +246,7 @@ func result2Orders(msg *jdshopapi.CallBackResult) (order *model.GoodsOrder, err
|
||||
}
|
||||
billParams, _ := GetDaDaBillParams(dao.GetDB(), order)
|
||||
if result, err := api.DadaAPI.QueryDeliverFee(billParams); err == nil {
|
||||
if jxutils.StandardPrice2Int(result.Fee) > 10 {
|
||||
if result.Fee > 10 {
|
||||
buildOrderTo102919(order)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user