feat SellerArticle 可能存在匹配不上的情况,所以去掉组合唯一约束
This commit is contained in:
parent
ba2c9c779b
commit
047dbb0d7f
@ -59,9 +59,9 @@ type SellerArticle struct {
|
||||
// 销售商商品链接
|
||||
Link string `json:"link"`
|
||||
// 销售商id
|
||||
SellerId SellerId `gorm:"index:sellerId_sku,unique" json:"sellerId"`
|
||||
SellerId SellerId `json:"sellerId"`
|
||||
// 销售商的sku
|
||||
SkuID string `gorm:"index:sellerId_sku,unique" json:"skuID"`
|
||||
SkuID string `gorm:"index" json:"skuID"`
|
||||
// 销售商的spuId
|
||||
SpuID string `json:"spuID"`
|
||||
// 是否排除
|
||||
|
Loading…
Reference in New Issue
Block a user