This commit is contained in:
邹宗楠
2024-01-26 17:39:26 +08:00
parent 524a63efdc
commit 06d756ea82

View File

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