|
|
|
@ -110,4 +110,12 @@ public class SysNoticeController extends BaseController
|
|
|
|
|
{
|
|
|
|
|
return toAjax(noticeService.deleteNoticeByIds(ids));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@GetMapping ("/getNotice")
|
|
|
|
|
@ResponseBody
|
|
|
|
|
public AjaxResult getNotice()
|
|
|
|
|
{
|
|
|
|
|
return AjaxResult.success(noticeService.selectList());
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|