1
This commit is contained in:
@@ -1007,6 +1007,8 @@ func generateOrder(ctx *jxcontext.Context, jxOrder *JxOrderInfo, addressID int64
|
|||||||
|
|
||||||
// B2B门店,订单不足一千配送费一百
|
// B2B门店,订单不足一千配送费一百
|
||||||
globals.SugarLogger.Debug("=====1", jxOrder.StoreID, jxOrder.StoreName, storeDetail.BrandName, outJxOrder.FreightPrice)
|
globals.SugarLogger.Debug("=====1", jxOrder.StoreID, jxOrder.StoreName, storeDetail.BrandName, outJxOrder.FreightPrice)
|
||||||
|
globals.SugarLogger.Debug("=====3", strings.Contains(storeDetail.BrandName, model.B2BTag), jxOrder.OrderPrice, jxOrder.OrderPrice < 10000)
|
||||||
|
globals.SugarLogger.Debug("=====4", strings.Contains(storeDetail.BrandName, model.B2BTag) && jxOrder.OrderPrice < 10000 )
|
||||||
if strings.Contains(storeDetail.BrandName, model.B2BTag) && jxOrder.OrderPrice < 10000 {
|
if strings.Contains(storeDetail.BrandName, model.B2BTag) && jxOrder.OrderPrice < 10000 {
|
||||||
outJxOrder.FreightPrice = 10000 // b2b运费一百元
|
outJxOrder.FreightPrice = 10000 // b2b运费一百元
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user