This commit is contained in:
linfso 2024-12-10 16:39:27 +08:00
parent 13ab20aeb1
commit c82c2285b2

View File

@ -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);
}