feat:(REQ-3181) 修改角色编辑入口,支持更新描述
This commit is contained in:
parent
fe9addf6f3
commit
ec85ba2982
@ -761,7 +761,7 @@ public class RoleServiceImpl extends ServiceImpl<SaasRoleMapper, SaasRole>
|
||||
saasRole.setIsDisplay(saveOrUpdateRole.getIsDisplay());
|
||||
saasRole.setEnabled(saveOrUpdateRole.getEnabled());
|
||||
saasRole.setName(saveOrUpdateRole.getName());
|
||||
saasRole.setDescription(saasRole.getDescription());
|
||||
saasRole.setDescription(saveOrUpdateRole.getDescription());
|
||||
saasRole.setRoleType(saveOrUpdateRole.getRoleType());
|
||||
saasRole.setWorkspaceId(saveOrUpdateRole.getWorkspaceId());
|
||||
saasRole.setOwnerOuId(saveOrUpdateRole.getOwnerOuId());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user