puzhibing
2024-01-12 aec323b302fdc60429ecf8944e40ebae1a85a7fa
ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/config/RecommendCooperationServiceImpl.java
@@ -107,9 +107,7 @@
     */
    @Override
    public MgtBulletinBoardVo boardMemberTotal(){
        MgtBulletinBoardVo mgtBulletinBoardVo = new MgtBulletinBoardVo();
        mgtBulletinBoardVo.setCustomToday(recommendCooperationMapper.customToday());
        mgtBulletinBoardVo.setCustomTotal(recommendCooperationMapper.customTotal());
        MgtBulletinBoardVo mgtBulletinBoardVo = recommendCooperationMapper.customTotal();
        return mgtBulletinBoardVo;
    }
}