fix: update tenancy failed
This commit is contained in:
@@ -26,7 +26,7 @@ type ISysTenant interface {
|
||||
CheckUniqueTenantName(tenantName, parentId, tenantId string) bool
|
||||
|
||||
// check unique tenancy_type and tenancy_key
|
||||
IsUniqueTenancy(tenancyType, tenancyKey string) bool
|
||||
IsUniqueTenancy(tenantID, tenancyType, tenancyKey string) bool
|
||||
|
||||
// InsertTenant 新增租户信息
|
||||
InsertTenant(sysTenant model.SysTenant) string
|
||||
|
||||
Reference in New Issue
Block a user