RuoYi
2025-07-19 4b370497132f8e3142e97be2f826e7f30834f38d
ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/controller/SysNoticeController.java
@@ -52,7 +52,7 @@
    @GetMapping(value = "/{noticeId}")
    public AjaxResult getInfo(@PathVariable Long noticeId)
    {
        return AjaxResult.success(noticeService.selectNoticeById(noticeId));
        return success(noticeService.selectNoticeById(noticeId));
    }
    /**