xiangpei
2025-01-03 9c322f4ae707c2a8a817c28d683177930d0ca474
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));