jiangqs
2023-09-04 c97706c3cc213b7db3d381e8a0435ff0ef9a04d6
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;
    }
}