This commit is contained in:
邹宗楠
2022-12-14 17:35:44 +08:00
parent 2e6b08ce9f
commit e6cc7d8b4e

View File

@@ -295,6 +295,7 @@ func (p *PurchaseHandler) createOrUpdateStoreSkus(ctx *jxcontext.Context, storeI
storeSku.VendorSonSkuID = utils.Int64ToStr(childrenProductId) // (属性id skuID方案一)(自商品的商品id方案二)
storeSku.VendorSkuID = utils.Int64ToStr(childrenProductId) // 子商品主id
storeSku.VendorMainId = localThing[0].VendorThingID // 商品主id
globals.SugarLogger.Debugf("===failedList=====:%s", utils.Format4Output(failedList, false))
}
}
} else {