This commit is contained in:
邹宗楠
2024-01-26 17:13:01 +08:00
parent 300efca9fe
commit addcca87ae

View File

@@ -124,9 +124,10 @@ func BatchInitSkuEBai2EBai(ctx *jxcontext.Context, fromSku []*ebaiapi.SkuInfo, t
}
params["upc"] = storeSku.Upc
params["name"] = storeSku.Name
params["cat3_id"] = VendorCategoryIDMap[int64(storeSku.CateId2)]
params["category_id"] = VendorCategoryIDMap[int64(storeSku.CateId)]
params["cat3_id"] = storeSku.CateId
params["category_id"] = VendorCategoryIDMap[utils.Str2Int64(storeSku.CustomCatList[0].CustomCatID)]
params["rtf"] = storeSku.Rtf
params["left_num"] = storeSku.LeftNum
params["process_type"] = storeSku.ProcessType
params["process_detail"] = storeSku.ProcessDetail
params["sale_price"] = storeSku.SalePrice