- dont't use JdRange2JxRange.

This commit is contained in:
gazebo
2018-09-21 09:56:05 +08:00
parent 49a2d30f0e
commit d10869cef4
5 changed files with 16 additions and 6 deletions

View File

@@ -142,7 +142,7 @@ type SkuCategory struct {
func (*SkuCategory) TableUnique() [][]string {
return [][]string{
[]string{"Name", "DeletedAt", "Level"},
[]string{"Name", "Level", "DeletedAt"},
[]string{"JdID", "DeletedAt"},
}
}

View File

@@ -21,7 +21,7 @@ type StoreSkuCategoryMap struct {
func (*StoreSkuCategoryMap) TableUnique() [][]string {
return [][]string{
[]string{"StoreID", "SkuCategoryID"},
[]string{"StoreID", "SkuCategoryID", "DeletedAt"},
}
}