xiangpei
2024-12-10 13b61a3d8909a579e88c346756d621728b59855c
business/src/main/java/com/ycl/controller/ProjectPlanRecordController.java
@@ -49,7 +49,7 @@
    @DeleteMapping("/{id}")
    @ApiOperation(value = "ID删除", notes = "ID删除")
    @PreAuthorize("hasAuthority('projectPlanRecord:del')")
//    @PreAuthorize("hasAuthority('projectPlanRecord:del')")
    public Result removeById(@PathVariable("id") String id) {
        return projectPlanRecordService.removeById(id);
    }