ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/TEvaluationTagController.java
@@ -43,7 +43,11 @@ public R<List<TEvaluationTagVO>> getTagList(@RequestParam("type") Integer type) { return R.ok(evaluationTagService.getTagList(type)); } @GetMapping("/getList") public R<List<TEvaluationTagVO>> getList() { return R.ok(evaluationTagService.getList()); } @ResponseBody