카카오 알림톡 FAQ 리스트 갯수 표시 조정

- 기존 10 -> 100개로 변경
This commit is contained in:
rosewiper 2023-10-24 10:26:30 +09:00
parent 5f87b0cea1
commit 8a1a3ad6be

View File

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