fix:权限组缺少deps属性
This commit is contained in:
@@ -60,6 +60,7 @@ public class RoleAuthorityHandler implements TsAuthorityHandler {
|
|||||||
groupAuthority.setParent(parentId);
|
groupAuthority.setParent(parentId);
|
||||||
groupAuthority.setVersion(version);
|
groupAuthority.setVersion(version);
|
||||||
groupAuthority.setSource("auto");
|
groupAuthority.setSource("auto");
|
||||||
|
groupAuthority.setDeps("[]");
|
||||||
groupAuthority.setId(StrUtil.join("_", groupAuthority.getService(), groupAuthority.getNo()));
|
groupAuthority.setId(StrUtil.join("_", groupAuthority.getService(), groupAuthority.getNo()));
|
||||||
list.add(groupAuthority);
|
list.add(groupAuthority);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user