diff --git a/business/jxstore/act/act.go b/business/jxstore/act/act.go index 05c8a5498..d70606856 100644 --- a/business/jxstore/act/act.go +++ b/business/jxstore/act/act.go @@ -81,6 +81,8 @@ func getVendorPriceFromStoreSkuBind(bind *model.StoreSkuBind, vendorID int) (ven vendorPrice = bind.MtwmPrice case model.VendorIDEBAI: vendorPrice = bind.EbaiPrice + case model.VendorIDJX: + vendorPrice = bind.JxPrice } return vendorPrice }