xiangpei
2025-04-10 0bb6071f92b2d26ae23c225bf4db8593a328a22f
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();