mirror of https://github.com/elunez/eladmin
remove
parent
a6068086a4
commit
519f21afa6
|
@ -113,7 +113,6 @@ public class RoleServiceImpl implements RoleService {
|
|||
role.setName(resources.getName());
|
||||
role.setDescription(resources.getDescription());
|
||||
role.setDataScope(resources.getDataScope());
|
||||
role.setDepts(resources.getDepts());
|
||||
role.setLevel(resources.getLevel());
|
||||
roleRepository.save(role);
|
||||
// 更新相关缓存
|
||||
|
|
Loading…
Reference in New Issue