1
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user