feat:(REQ-2545) 开启同步菜单时,同步菜单的角色绑定关系
This commit is contained in:
parent
3872635e33
commit
286e9fb151
@ -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())) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user