This commit is contained in:
邹宗楠
2022-12-21 16:16:35 +08:00
parent 3cc774dce7
commit e3d754361b

View File

@@ -297,8 +297,8 @@ func (p *PurchaseHandler) createOrUpdateStoreSkus(ctx *jxcontext.Context, storeI
updateParam.Description = detailImg
updateParam.WeightUnit = tiktokShop.WeightUint_G
updateParam.StandardBrandId = param.StandardBrandId // 默认品牌京西菜市
updateParam.ProductId = utils.Str2Int64(storeSku.VendorMainId)
updateParam.MainProductId = utils.Str2Int64(storeSku.VendorMainId)
updateParam.ProductId = mainOrderDetail.MainProductId
updateParam.MainProductId = mainOrderDetail.MainProductId
updateParam.SpecPrices = param.SpecPrices
//updateParam.StoreId = utils.Str2Int64(vendorStoreID)
if err := api.EditStoreCommodity(updateParam); err != nil {