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: