@@ -49,7 +49,6 @@ public class SysNoticeController extends BaseController
/**
* 获取通知公告列表
*/
- @PreAuthorize("@ss.hasPermi('system:notice:list')")
@GetMapping("/unList")
public List<SysNotice> unlist(SysNotice notice)
{