xiangpei
2025-02-24 4894ff5d3dded33b4d50c5cba7c3659f340ae9a7
business/src/main/java/com/ycl/service/impl/ProjectPlanRecordServiceImpl.java
@@ -178,7 +178,7 @@
     * @return
     */
    @Override
    public Result detail(Integer id) {
    public Result detail(Long id) {
        ProjectPlanRecordResponseVO vo = new ProjectPlanRecordResponseVO();
        // 获取月度计划
        vo.setMonthRecords(baseMapper.selectPlanList(id, MONTH_FLAG));