This commit is contained in:
邹宗楠
2026-07-10 13:58:50 +08:00
parent 14c38b6bfa
commit 4eb74de864
4 changed files with 8 additions and 7 deletions

View File

@@ -194,7 +194,7 @@ func BatchInitSkuEBai2EBai(ctx *jxcontext.Context, fromSku []*ebaiapi.SkuInfo, t
if customSkuID == "" {
customSkuID = utils.Int64ToStr(storeSku.SkuId)
}
_, err := toApi.SkuCreate(ctx.GetTrackInfo(), storeID, utils.Str2Int64(storeSku.CustomSkuID), params)
_, err := toApi.SkuCreate(ctx.GetTrackInfo(), storeID, storeSku.CustomSkuID, params)
if err != nil {
errList = append(errList, err)
}