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

@@ -3588,6 +3588,8 @@ func vendorPriceTransForm(storeSkuExt *dao.StoreSkuExt, vendorID int) int64 {
return int64(storeSkuExt.YbPrice)
case 5:
return int64(storeSkuExt.JdsPrice)
case 14:
return int64(storeSkuExt.DdPrice)
default:
return 0
}