|
|
@@ -76,7 +76,7 @@ public class WorkbenchManage { |
|
|
|
//3.所有公告按类型分 |
|
|
|
NoticeListReq noticeListReq = new NoticeListReq(); |
|
|
|
noticeListReq.setPageNumber(1); |
|
|
|
noticeListReq.setPageSize(100); |
|
|
|
noticeListReq.setPageSize(1000); |
|
|
|
res.setNoticeList(noticeManage.listToMapByManager(noticeListReq)); |
|
|
|
|
|
|
|
return res; |
|
|
|