xiangpei
2025-04-07 80662b34fe93b4ede00c7fc03fbd9f01355c94e2
start/src/main/java/com/ycl/web/controller/system/SysRoleController.java
@@ -53,7 +53,7 @@
    private final ISysDeptService deptService;
    @PreAuthorize("@ss.hasPermi('system:role:list')")
//    @PreAuthorize("@ss.hasPermi('system:role:list')")
    @GetMapping("/list")
    public TableDataInfo list(SysRole role) {
        startPage();