1
This commit is contained in:
@@ -362,6 +362,7 @@ func (p *PurchaseHandler) createOrUpdateStoreSkus(ctx *jxcontext.Context, storeI
|
|||||||
|
|
||||||
// 创建子商品
|
// 创建子商品
|
||||||
param.FreightId = freightId
|
param.FreightId = freightId
|
||||||
|
param.MainProductId = tiktokResult.ProductId
|
||||||
param.SpecPrices = GetSpecPrices(param.Specs, vendorStoreID, tiktokResult.ProductId, storeSku)
|
param.SpecPrices = GetSpecPrices(param.Specs, vendorStoreID, tiktokResult.ProductId, storeSku)
|
||||||
// 获取门店限售模板
|
// 获取门店限售模板
|
||||||
saleLimitId, err := CreateSaleTemp(utils.Str2Int64(vendorStoreID), api)
|
saleLimitId, err := CreateSaleTemp(utils.Str2Int64(vendorStoreID), api)
|
||||||
|
|||||||
Reference in New Issue
Block a user