bug
xiangpei
2025-02-19 883987ed1c165ccf0fbfc54f228ca65b4e6fc2b9
business/src/main/java/com/ycl/controller/ProjectPlanRecordController.java
@@ -71,7 +71,7 @@
    @PostMapping("/{id}")
    @ApiOperation(value = "详情", notes = "详情")
//    @PreAuthorize("hasAuthority('projectPlanRecord:detail')")
    public Result detail(@PathVariable("id") Integer id) {
    public Result detail(@PathVariable("id") Long id) {
        return projectPlanRecordService.detail(id);
    }