pull/882/head
chanhengseang 2025-05-25 11:10:30 -07:00
parent a6068086a4
commit 519f21afa6
1 changed files with 0 additions and 1 deletions

View File

@ -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);
// 更新相关缓存