守价订单是支付原价
This commit is contained in:
@@ -669,7 +669,7 @@ func generateOrder(ctx *jxcontext.Context, jxOrder *JxOrderInfo, addressID int64
|
||||
jxSku = nil
|
||||
}
|
||||
}
|
||||
} else if storeSkuBind.ActType == model.ActSkuDiscount {
|
||||
} else if storeSkuBind.ActType == model.ActSkuDiscount && jxOrder.OrderType != model.OrderTypeDefendPrice { //守价的订单是支付原价
|
||||
jxSku.SalePrice = int64(storeSkuBind.ActPrice)
|
||||
}
|
||||
if jxSku != nil {
|
||||
|
||||
Reference in New Issue
Block a user