|
|
@@ -90,7 +90,7 @@ public class LabelInfoController {
|
|
90
|
90
|
|
|
91
|
91
|
@GetMapping("/authority/deleteById/{id}")
|
|
92
|
92
|
@ApiOperation(value = "标签管理", notes = "根据id查询")
|
|
93
|
|
- public ResultView getByIdForLabelDelete(@PathVariable Long id) {
|
|
|
93
|
+ public ResultView getByIdForLabelDelete(@PathVariable String id) {
|
|
94
|
94
|
if (labelInfoService.removeById(id)) {
|
|
95
|
95
|
return ResultView.success();
|
|
96
|
96
|
}
|