This commit is contained in:
邹宗楠
2023-09-22 16:32:47 +08:00
parent 1cdecece92
commit a265d28504

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) < 200 {
if len(fromFoodList) < 100 {
break
}
i++