Eric пре 2 година
родитељ
комит
ebe45e396b

+ 1 - 1
mec-web/src/main/java/com/ym/mec/web/controller/degree/DegreeController.java

@@ -75,7 +75,7 @@ public class DegreeController {
 	}
 
 	@ApiOperation(value = "删除", notes = "考级信息- 传入id")
-    @PreAuthorize("@pcs.hasPermissions('activityPlan/addActivityPlan')")
+    @PreAuthorize("@pcs.hasPermissions('degree/remove')")
 	@PostMapping("/remove")
 	public R<Boolean> remove(@RequestParam Long id) {