feat: (feature/REQ-2595) 修改更新菜单角色时的bug
This commit is contained in:
parent
0eb7bcd5bb
commit
62da7a00d2
@ -1646,7 +1646,7 @@ public class RoleServiceImpl extends ServiceImpl<SaasRoleMapper, SaasRole>
|
||||
}
|
||||
// 新增的
|
||||
if (CollectionUtils.isNotEmpty(insert)) {
|
||||
Set<SaasPgroupPermissionRelation> insertRelation = update.stream()
|
||||
Set<SaasPgroupPermissionRelation> insertRelation = insert.stream()
|
||||
.map(group -> {
|
||||
FeatureRoleRelationReq.Role role = roles.get(group.getRoleId());
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user