diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index f708ab1fe..07ba0bdab 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -3325,7 +3325,8 @@ func AutoFocusStoreSkusForTopSkus(ctx *jxcontext.Context, isAsync, isContinueWhe for _, name := range skuName { skuNameMap[name.ID] = name.ID } - skuNameAndPlaceList, err2 := GetTopSkusByCityCode(ctx, v.CityCode, 0) + skuNameAndPlaceList, err2 := GetTopSkusByCityCode(ctx, 0, 0) + //skuNameAndPlaceList, err2 := GetTopSkusByCityCode(ctx, v.CityCode, 0) if err2 != nil { return retVal, err2 }