- fk
This commit is contained in:
@@ -109,7 +109,7 @@ func (p *PurchaseHandler) UpdateStoreSkus(ctx *jxcontext.Context, storeID int, v
|
||||
}
|
||||
|
||||
func genSkuCatRank(storeSku *dao.StoreSkuSyncInfo) int {
|
||||
return int(maxSkuCatRank - storeSku.Price)
|
||||
return int(maxSkuCatRank - storeSku.VendorPrice)
|
||||
}
|
||||
|
||||
// 对于多门店平台来说,storeSkuList中只有SkuID与VendorSkuID有意义
|
||||
|
||||
Reference in New Issue
Block a user