heheng
2024-11-26 c9d2e60f7d1a5cfe9e5b2da93af4d9edeecf5577
expert-admin/src/main/java/com/gkhy/web/controller/bussiness/ExpertClassifyController.java
@@ -27,7 +27,7 @@
        return AjaxResult.success(expertClassifyService.classifyTree(expertClassify));
    }
    @PreAuthorize("@ss.hasPermi('system:assess:monitor')")
   // @PreAuthorize("@ss.hasPermi('system:assess:monitor')")
    @RepeatSubmit
    @ApiOperation(value = "修改专家分类")
    @PutMapping("/mod")
@@ -35,7 +35,7 @@
        return AjaxResult.success(expertClassifyService.modClassify(expertClassify));
    }
    @PreAuthorize("@ss.hasPermi('system:assess:monitor')")
    // @PreAuthorize("@ss.hasPermi('system:assess:monitor')")
    @RepeatSubmit
    @ApiOperation(value = "删除专家分类")
    @DeleteMapping("/del/{classifyId}")
@@ -44,7 +44,7 @@
    }
    @PreAuthorize("@ss.hasPermi('system:assess:monitor')")
    // @PreAuthorize("@ss.hasPermi('system:assess:monitor')")
    @RepeatSubmit
    @ApiOperation(value = "新增专家分类")
    @PostMapping("/add")