修改问题

This commit is contained in:
Rosy-zhudan
2019-08-30 16:59:46 +08:00
parent 02bb89d67d
commit b9ec8067ac
5 changed files with 11 additions and 4 deletions

View File

@@ -284,7 +284,7 @@ func getEbaiCat(catID int64, level int) int64 {
// 饿百的排序是从大到小
func genSkuCatRank(storeSku *dao.StoreSkuSyncInfo) int {
return int(ebaiapi.MaxSkuCatRank - storeSku.Seq)
return int(ebaiapi.MaxSkuCatRank - storeSku.GetSeq())
}
// 饿百的排序是从大到小