|
@@ -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) {
|
|
|
|