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