importer lcw test8
This commit is contained in:
parent
bfbbbc1614
commit
0c62b991c6
|
|
@ -864,6 +864,8 @@ func (importer *Importer) importParsedVariant(product models.Product)(gm.Product
|
|||
|
||||
}
|
||||
|
||||
log.Println(product.Vendor)
|
||||
|
||||
sProduct := importer.createSellerProduct(&mainFlat, product.Vendor)
|
||||
|
||||
if errSProduct := tx.Create(&sProduct).Error; errSProduct != nil {
|
||||
|
|
|
|||
Loading…
Reference in New Issue