app查看公告

This commit is contained in:
sxu 2024-08-19 09:59:28 +08:00
parent 3465f8e6fa
commit 09a2c9e855
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ public class SysNoticeController extends BaseController
/** /**
* 获取通知公告列表 * 获取通知公告列表
*/ */
@RequiresPermissions("system:notice:list") //@RequiresPermissions("system:notice:list")
@GetMapping("/list") @GetMapping("/list")
public TableDataInfo list(SysNotice notice) public TableDataInfo list(SysNotice notice)
{ {
@ -48,7 +48,7 @@ public class SysNoticeController extends BaseController
/** /**
* 根据通知公告编号获取详细信息 * 根据通知公告编号获取详细信息
*/ */
@RequiresPermissions("system:notice:query") //@RequiresPermissions("system:notice:query")
@GetMapping(value = "/{noticeId}") @GetMapping(value = "/{noticeId}")
public AjaxResult getInfo(@PathVariable Long noticeId) public AjaxResult getInfo(@PathVariable Long noticeId)
{ {