|
@@ -50,7 +50,7 @@ public class SysRoleController extends BaseController
|
|
@Autowired
|
|
@Autowired
|
|
private ISysUserService userService;
|
|
private ISysUserService userService;
|
|
|
|
|
|
- @PreAuthorize("@ss.hasPermi('system:role:list')")
|
|
|
|
|
|
+ // @PreAuthorize("@ss.hasPermi('system:role:list')")
|
|
@GetMapping("/list")
|
|
@GetMapping("/list")
|
|
public TableDataInfo list(SysRole role)
|
|
public TableDataInfo list(SysRole role)
|
|
{
|
|
{
|