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