카카오 알림톡 FAQ 리스트 갯수 표시 조정
- 기존 10 -> 100개로 변경
This commit is contained in:
parent
5f87b0cea1
commit
8a1a3ad6be
@ -95,7 +95,8 @@ public class KakaoStepInfoController {
|
||||
|
||||
boardVO.setFirstIndex(paginationInfo.getFirstRecordIndex());
|
||||
boardVO.setLastIndex(paginationInfo.getLastRecordIndex());
|
||||
boardVO.setRecordCountPerPage(paginationInfo.getRecordCountPerPage());
|
||||
//boardVO.setRecordCountPerPage(paginationInfo.getRecordCountPerPage());
|
||||
boardVO.setRecordCountPerPage(100);
|
||||
|
||||
map = bbsMngService.selectBoardArticlesWeb(boardVO, null);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user