From 246e8f2977d5afdc3f1f01fc5bb8128add03f733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Fri, 22 Sep 2023 17:41:31 +0800 Subject: [PATCH] 1 --- business/jxstore/cms/system_store_sku.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/cms/system_store_sku.go b/business/jxstore/cms/system_store_sku.go index 2eefebb3e..1bee07960 100644 --- a/business/jxstore/cms/system_store_sku.go +++ b/business/jxstore/cms/system_store_sku.go @@ -87,7 +87,7 @@ func CopyOnStoreSkuToOther(ctx *jxcontext.Context, fromVendorStoreId, toStoreId if err := BatchInitData(ctx, fromFoodList, toApi, toStore.VendorStoreID); err != nil { globals.SugarLogger.Debugf("BatchInitData : %s", utils.Format4Output(err, false)) } - if len(fromFoodList) < 100 { + if len(fromFoodList) < 200 { break } i++