fuliqi
2025-02-19 311546be104f52582bb06f0326846796edf99b1b
business/src/main/java/com/ycl/service/impl/ProjectInfoServiceImpl.java
@@ -333,7 +333,7 @@
            ProjectInfoWinUnitVO unitVO = ProjectInfoWinUnitVO.getVoByEntity(projectInfoWinUnit,null);
            unitVOS.add(unitVO);
        }
        vo.setWinUnitVOList(unitVOS);
        vo.setWinUnitList(unitVOS);
        return Result.ok().data(vo);
    }