md
This commit is contained in:
parent
13ab20aeb1
commit
c82c2285b2
@ -119,7 +119,7 @@ public class EmisCommonToolsController extends EmisBaseController
|
||||
public TableDataInfo getLatestNotices(SysNotice notice)
|
||||
{
|
||||
startPage();
|
||||
List<SysNotice> list = noticeService.selectNoticeList(notice);
|
||||
List<SysNotice> list = noticeService.getTopNoticeListByUserId();
|
||||
return getDataTable(list);
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user