feat: 数据库直连操作权限

This commit is contained in:
TsMask
2023-09-04 14:44:44 +08:00
parent c6eed87f40
commit e95679ea4b
3 changed files with 50 additions and 32 deletions

View File

@@ -118,7 +118,7 @@ func verifyRolePermission(roles, perms []string, options map[string][]string) bo
// 同时判断 含有其中
if opts[0] && opts[1] {
return hasRole && hasPerms
return hasRole || hasPerms
}
// 同时判断 匹配其中
if opts[2] && opts[3] {