This commit is contained in:
邹宗楠
2022-11-10 11:39:15 +08:00
parent 7533ee75d7
commit cfdb227f57
2 changed files with 5 additions and 1 deletions

View File

@@ -382,7 +382,7 @@ func (p *PurchaseHandler) createOrUpdateStoreSkus(ctx *jxcontext.Context, storeI
// 创建子商品
//param.FreightId = freightId
param.ProductId = utils.Str2Int64(storeSku.VendorSkuID)
param.ProductId = utils.Str2Int64(storeSku.VendorMainId)
//param.SpecPrices = GetSpecPrices(param.Specs, vendorStoreID, tiktokResult.ProductId, storeSku)
// 获取门店限售模板
//saleLimitId, err := CreateSaleTemp(utils.Str2Int64(vendorStoreID), api)