feat:(REQ-2545) 开启同步菜单时,同步菜单的角色绑定关系

This commit is contained in:
lilong 2024-07-16 11:03:33 +08:00
parent 3872635e33
commit 286e9fb151

View File

@ -193,7 +193,7 @@ public class FeatureResourceSyncServiceImpl implements FeatureResourceSyncServic
}
// 处理资源关联的权限
// doFeatureResourceRole(baseResource.getId(), treeNode.getRoleCodes(), operatorId);
doFeatureResourceRole(baseResource.getId(), treeNode.getRoleCodes(), operatorId);
//递归子节点
if (CollectionUtil.isNotEmpty(treeNode.getChildren())) {