- dont't use JdRange2JxRange.
This commit is contained in:
@@ -142,7 +142,7 @@ type SkuCategory struct {
|
||||
|
||||
func (*SkuCategory) TableUnique() [][]string {
|
||||
return [][]string{
|
||||
[]string{"Name", "DeletedAt", "Level"},
|
||||
[]string{"Name", "Level", "DeletedAt"},
|
||||
[]string{"JdID", "DeletedAt"},
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,7 +21,7 @@ type StoreSkuCategoryMap struct {
|
||||
|
||||
func (*StoreSkuCategoryMap) TableUnique() [][]string {
|
||||
return [][]string{
|
||||
[]string{"StoreID", "SkuCategoryID"},
|
||||
[]string{"StoreID", "SkuCategoryID", "DeletedAt"},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user