feat SellerArticle 可能存在匹配不上的情况,所以去掉组合唯一约束

This commit is contained in:
timerzz 2024-09-04 14:19:45 +08:00
parent ba2c9c779b
commit 047dbb0d7f

View File

@ -59,9 +59,9 @@ type SellerArticle struct {
// 销售商商品链接 // 销售商商品链接
Link string `json:"link"` Link string `json:"link"`
// 销售商id // 销售商id
SellerId SellerId `gorm:"index:sellerId_sku,unique" json:"sellerId"` SellerId SellerId `json:"sellerId"`
// 销售商的sku // 销售商的sku
SkuID string `gorm:"index:sellerId_sku,unique" json:"skuID"` SkuID string `gorm:"index" json:"skuID"`
// 销售商的spuId // 销售商的spuId
SpuID string `json:"spuID"` SpuID string `json:"spuID"`
// 是否排除 // 是否排除