From b222dfe962f14378a23c0c24c2718c96363a7d92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Mon, 1 Feb 2021 15:37:58 +0800 Subject: [PATCH] aa --- business/jxstore/cms/store_sku.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index dad4bc984..4ac42e509 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -3503,7 +3503,7 @@ func AutoFocusStoreSkusForTopSkus(ctx *jxcontext.Context, isAsync, isContinueWhe var ( result1 []interface{} ) - storeList, err := dao.GetStoreList(db, nil, nil, nil, nil, nil, "") + storeList, err := dao.GetStoreList(db, nil, nil, nil, []int{1}, nil, "") taskSeqFunc := func(task *tasksch.SeqTask, step int, params ...interface{}) (result interface{}, err error) { switch step { case 0: