chenrui
2025-05-12 4f6d90f81e1328baeb8c9f2c9c23e34b7b8f002a
src/main/java/com/ruoyi/project/system/controller/SysNoticeController.java
@@ -51,7 +51,7 @@
    @GetMapping(value = "/{noticeId}")
    public AjaxResult getInfo(@PathVariable Long noticeId)
    {
        return AjaxResult.success(noticeService.selectNoticeById(noticeId));
        return success(noticeService.selectNoticeById(noticeId));
    }
    /**