龚焕茏
2024-03-21 fd4f112458cbb1ea0f3f1177b185c6271f864ad3
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) {