fuliqi
2024-03-13 7b0cb8606d0055e4341d033bde6d3061931dbe86
ycl-server/src/main/java/com/ycl/platform/controller/YwUnitController.java
@@ -55,7 +55,7 @@
        return ywUnitService.remove(ids);
    }
    @PreAuthorize("@ss.hasPermi('unit:list')")
//    @PreAuthorize("@ss.hasPermi('unit:list')")
    @PostMapping("/page")
    @ApiOperation(value = "分页", notes = "分页")
    public Result page(@RequestBody YwUnitQuery query) {