feat:(hotfix/REQ-20240619) 同步菜单去掉同步角色,1、因为sql有问题性能差,2、无法区分saas_feature和saas_feature_resource,导致数据同步错乱
This commit is contained in:
parent
ca4a08afc1
commit
51b1a60a60
@ -174,7 +174,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