ソースを参照

数改vo

tags/24080901
PoffyZhang 1年前
コミット
1a75078834
1個のファイルの変更1行の追加1行の削除
  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 ファイルの表示

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


読み込み中…
キャンセル
保存