This commit is contained in:
苏尹岚
2020-11-27 11:09:18 +08:00
parent 6fa46bebb6
commit bae7d7f2ee
4 changed files with 104 additions and 4 deletions

View File

@@ -453,7 +453,7 @@ type StoreMap struct {
func (*StoreMap) TableUnique() [][]string {
return [][]string{
[]string{"StoreID", "VendorID", "DeletedAt", "VendorOrgCode"},
[]string{"VendorStoreID", "VendorID", "DeletedAt"},
[]string{"VendorStoreID", "VendorID", "DeletedAt", "VendorOrgCode"},
}
}