diff --git a/business/model/store.go b/business/model/store.go index c05a6e9cf..07c992716 100644 --- a/business/model/store.go +++ b/business/model/store.go @@ -436,7 +436,7 @@ type StoreCourierMap struct { func (*StoreCourierMap) TableUnique() [][]string { return [][]string{ []string{"StoreID", "VendorID", "DeletedAt"}, - []string{"VendorStoreID", "VendorID", "DeletedAt"}, + // []string{"VendorStoreID", "VendorID", "DeletedAt"}, } }