zxl
2025-03-14 23b688e436a89845e92d861adb5875e625e90d9f
business/src/main/java/com/ycl/controller/HiddenAdminController.java
@@ -49,7 +49,6 @@
    @ApiOperation(value = "批量修改", notes = "批量修改")
    @PreAuthorize("@ss.hasPermi('hiddenAdmin:edit')")
    public Result updateList(@RequestBody List<HiddenAdminForm> forms){
        System.out.println(forms + "==============");
        return hiddenAdminService.updateList(forms);
    }
@@ -70,7 +69,7 @@
    @GetMapping("/page")
    @ApiOperation(value = "分页", notes = "分页")
    @PreAuthorize("@ss.hasPermi('hiddenAdmin:page')")
//    @PreAuthorize("@ss.hasPermi('hiddenAdmin:page')")
    public Result page(HiddenAdminQuery query) {
        return hiddenAdminService.page(query);
    }