万河
2023-05-18 05feef34c72c7984291e5316f63816de20f356ba
ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/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));
    }
    /**