Ver código fonte

数改vo

tags/24080901
PoffyZhang 1 ano atrás
pai
commit
1a75078834
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      pmapi/src/main/java/com/ningdatech/pmapi/workbench/manage/WorkbenchManage.java

+ 1
- 1
pmapi/src/main/java/com/ningdatech/pmapi/workbench/manage/WorkbenchManage.java Ver arquivo

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


Carregando…
Cancelar
Salvar