publish 2.0.0.rc21

This commit is contained in:
曾文豪
2024-08-09 17:20:56 +08:00
parent 9b6b3af33e
commit a1c75d010b
13 changed files with 24 additions and 24 deletions

View File

@@ -39,7 +39,7 @@ public class RoleAuthorityHandler implements TsAuthorityHandler {
groupAuthority.setLevel(0);
for (String group : menu.group()) {
String parentId = groupAuthority.getParent();
String parentId = groupAuthority.getId();
int level = groupAuthority.getLevel() + 1;
String no = group;
if (StrUtil.isNotEmpty(groupAuthority.getNo())) {