fuliqi
2025-02-19 178b4ee9f38a8b38b1cb5321fee25a6038b39df9
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);
    }