This commit is contained in:
邹宗楠
2023-09-22 17:41:31 +08:00
parent abcc7f52cf
commit 246e8f2977

View File

@@ -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++