This commit is contained in:
sk1551 2021-05-31 11:55:39 +08:00
parent ea3a1cfbe5
commit 1c3020987c

View File

@ -36,7 +36,7 @@ public class SysNoticeController extends BaseController
/**
* 获取通知公告列表
*/
@PreAuthorize("@ss.hasPermi('system:notice:list')")
//@PreAuthorize("@ss.hasPermi('system:notice:list')")
@GetMapping("/list")
public TableDataInfo list(SysNotice notice)
{