This commit is contained in:
邹宗楠
2022-10-08 17:47:19 +08:00
parent 385d8d5999
commit 3466efa552
6 changed files with 27 additions and 3 deletions

View File

@@ -175,6 +175,8 @@ func getVendorPriceFromStoreSkuBind(bind *model.StoreSkuBind, vendorID int) (ven
vendorPrice = bind.EbaiPrice
case model.VendorIDJX:
vendorPrice = bind.JxPrice
case model.VendorIDDD:
vendorPrice = bind.DdPrice
}
return vendorPrice
}