From 62c7506bdf6160f9d696c1ba0f15e3f5b53bde00 Mon Sep 17 00:00:00 2001 From: qidongsheng Date: Tue, 7 Jul 2020 13:36:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9AutoFocusStoreSkusForTopSkus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/cms/store_sku.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }