| | |
| | | @ApiOperation(value = "专家分类列表(树形)") |
| | | @GetMapping("/tree") |
| | | @Anonymous |
| | | @RepeatSubmit |
| | | // @RepeatSubmit |
| | | public AjaxResult classifyTree(SysExpertClassify expertClassify){ |
| | | return AjaxResult.success(expertClassifyService.classifyTree(expertClassify)); |
| | | } |
| | | |
| | | @PreAuthorize("@ss.hasPermi('system:assess:monitor')") |
| | | // @PreAuthorize("@ss.hasPermi('system:assess:monitor')") |
| | | @RepeatSubmit |
| | | @ApiOperation(value = "修改专家分类") |
| | | @PutMapping("/mod") |
| | |
| | | return AjaxResult.success(expertClassifyService.modClassify(expertClassify)); |
| | | } |
| | | |
| | | @PreAuthorize("@ss.hasPermi('system:assess:monitor')") |
| | | // @PreAuthorize("@ss.hasPermi('system:assess:monitor')") |
| | | @RepeatSubmit |
| | | @ApiOperation(value = "删除专家分类") |
| | | @DeleteMapping("/del/{classifyId}") |
| | |
| | | } |
| | | |
| | | |
| | | @PreAuthorize("@ss.hasPermi('system:assess:monitor')") |
| | | // @PreAuthorize("@ss.hasPermi('system:assess:monitor')") |
| | | @RepeatSubmit |
| | | @ApiOperation(value = "新增专家分类") |
| | | @PostMapping("/add") |