From 06d756ea8245fe3fc20761a271d69890731ef166 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Fri, 26 Jan 2024 17:39:26 +0800 Subject: [PATCH] 1 --- business/jxstore/cms/system_store_sku.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxstore/cms/system_store_sku.go b/business/jxstore/cms/system_store_sku.go index 77e2ecac6..062e464f5 100644 --- a/business/jxstore/cms/system_store_sku.go +++ b/business/jxstore/cms/system_store_sku.go @@ -103,6 +103,7 @@ func CopyEBaiToEBai(ctx *jxcontext.Context, fromStore, toStore *dao.StoreDetail, for { // 同步商品 fromFoodList, err1 := api.SkuList(utils.Int2Str(fromStore.ID), &ebaiapi.SkuListParams{ + Page: 1, SkuIdOffset: i, }) if len(fromFoodList.List) == 0 || fromFoodList == nil {