카카오 알림톡 FAQ 리스트 갯수 표시 조정 - 기존 10 -> 100개로 변경
- 기존 10 -> 100개로 변경
@8a1a3ad6bea38b696b3037d1426c12a87846748b
--- src/main/java/itn/let/kakao/user/stepInfo/web/KakaoStepInfoController.java
+++ src/main/java/itn/let/kakao/user/stepInfo/web/KakaoStepInfoController.java
... | ... | @@ -95,7 +95,8 @@ |
| 95 | 95 |
|
| 96 | 96 |
boardVO.setFirstIndex(paginationInfo.getFirstRecordIndex()); |
| 97 | 97 |
boardVO.setLastIndex(paginationInfo.getLastRecordIndex()); |
| 98 |
- boardVO.setRecordCountPerPage(paginationInfo.getRecordCountPerPage()); |
|
| 98 |
+ //boardVO.setRecordCountPerPage(paginationInfo.getRecordCountPerPage()); |
|
| 99 |
+ boardVO.setRecordCountPerPage(100); |
|
| 99 | 100 |
|
| 100 | 101 |
map = bbsMngService.selectBoardArticlesWeb(boardVO, null); |
| 101 | 102 |
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?