Kaynağa Gözat

标签删除

mengy 2 yıl önce
ebeveyn
işleme
3cfff78681

+ 1 - 1
src/main/java/com/unissoft/sys/controller/LabelInfoController.java

@@ -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
         }