xiangpei
2024-03-13 10df3eebf12aa53fe2f66af2dc75fcd0ef12251c
ycl-server/src/main/java/com/ycl/platform/controller/YwPointController.java
@@ -62,7 +62,7 @@
        return ywPointService.remove(ids);
    }
    @PreAuthorize("@ss.hasPermi('point:page')")
//    @PreAuthorize("@ss.hasPermi('point:page')")
    @GetMapping("/page")
    @ApiOperation(value = "分页", notes = "分页")
    public Result page(YwPointQuery query) {