@@ -106,6 +106,7 @@ public class FrontNewsController extends BaseController {
@Anonymous
public TableDataInfo getSystemNotice(SysNotice notice) {
startPage();
+ notice.setStatus("0");
List<SysNotice> list = noticeService.selectNoticeList(notice);
return getDataTable(list);
}