maven
2025-12-25 8e14fa84f6f2dfdda8a739400fca80ac73dca874
src/main/java/com/ruoyi/home/controller/HomeController.java
@@ -88,7 +88,7 @@
    @GetMapping("/noticesCount")
    @ApiOperation("未过期的公告数量")
    public AjaxResult noticesCount(){
       Long count = homeService.noticesCount();
        Long count = homeService.noticesCount();
        return AjaxResult.success(count);
    }
}