1
This commit is contained in:
@@ -1006,7 +1006,7 @@ func generateOrder(ctx *jxcontext.Context, jxOrder *JxOrderInfo, addressID int64
|
|||||||
}
|
}
|
||||||
|
|
||||||
// B2B门店,订单不足一千配送费一百
|
// B2B门店,订单不足一千配送费一百
|
||||||
if strings.Contains(storeDetail.BrandName, model.B2BTag) && jxOrder.OrderPrice < 100000 {
|
if strings.Contains(storeDetail.BrandName, model.B2BTag) {
|
||||||
outJxOrder.FreightPrice = 10000 // b2b运费一百元
|
outJxOrder.FreightPrice = 10000 // b2b运费一百元
|
||||||
}
|
}
|
||||||
// 订单超过一千配送费优惠(门店运费)
|
// 订单超过一千配送费优惠(门店运费)
|
||||||
|
|||||||
Reference in New Issue
Block a user