索引没建上?

This commit is contained in:
苏尹岚
2020-07-30 08:43:44 +08:00
parent 09b6830da1
commit 77e2ff4a0d

View File

@@ -318,6 +318,6 @@ type SkuVendorCategoryMap struct {
func (*SkuVendorCategoryMap) TableIndex() [][]string {
return [][]string{
[]string{"NameID", "VendorID", "VendorCategoryID", "DeletedAt"},
[]string{"NameID", "VendorID"},
}
}