ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/controller/management/MgtConfigController.java
@@ -410,7 +410,6 @@ @RequestMapping(value = "/getBulletinBoard", method = RequestMethod.POST) @ApiOperation(value = "获取看板统计") public R<MgtBulletinBoardVo> getBulletinBoard() { Long userId = SecurityUtils.getUserId(); MgtBulletinBoardVo bulletinBoard = customConfigService.getBulletinBoard(); return R.ok(bulletinBoard); }