|
|
@@ -68,7 +68,7 @@ public class MenuServiceImpl extends BaseServiceImpl<MenuMapper, Menu> implement
|
|
68
|
68
|
public List<Long> selectMenuListByRoleId(Long roleId) {
|
|
69
|
69
|
Role role = roleService.getEntity(roleId);
|
|
70
|
70
|
Boolean flag = role.getMenuCheckStrictly() == 1;
|
|
71
|
|
- return menuMapper.selectMenuListByRoleId(roleId, flag);
|
|
|
71
|
+ return menuMapper.selectMenuListByRoleId(roleId, false);
|
|
72
|
72
|
}
|
|
73
|
73
|
|
|
74
|
74
|
|