This commit is contained in:
邹宗楠
2022-05-24 10:12:44 +08:00
parent accf28a795
commit 82260315c0

View File

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