畅销商品

This commit is contained in:
苏尹岚
2019-12-24 13:39:52 +08:00
parent 9a494425b6
commit 7408b87742

View File

@@ -2235,7 +2235,7 @@ func GetTopSkusByCityCode(ctx *jxcontext.Context, cityCode, storeID int) (skuNam
}
for _, v := range skuNameAndPlace {
if skuNameMap[v.ID] != nil {
v.Type = v.BrandID
v.Type = skuNameMap[v.ID].BrandID
skuNameAndPlaceList = append(skuNameAndPlaceList, v)
}
}