--- src/main/java/itn/let/kakao/user/stepInfo/web/KakaoStepInfoController.java
+++ src/main/java/itn/let/kakao/user/stepInfo/web/KakaoStepInfoController.java
... | ... | @@ -85,10 +85,11 @@ |
| 85 | 85 |
String bbsId = ""; |
| 86 | 86 |
|
| 87 | 87 |
String serverName = request.getServerName();//URL 도메인정보 받아오기 |
| 88 |
+ System.out.println("serverName : "+ serverName);
|
|
| 88 | 89 |
if(serverName.equals("www.munjaon.co.kr")) {//운영서버 카카오 사용안내 FAQ 게시판 번호 셋팅해주기
|
| 89 | 90 |
bbsId = "BBSMSTR_000000000782"; |
| 90 | 91 |
}else {//개발서버 카카오 사용안내 FAQ 게시판 번호 셋팅해주기
|
| 91 |
- bbsId = "BBSMSTR_000000000791"; |
|
| 92 |
+ bbsId = "BBSMSTR_000000000782"; |
|
| 92 | 93 |
} |
| 93 | 94 |
|
| 94 | 95 |
boardVO.setBbsId(bbsId); |
... | ... | @@ -113,7 +114,7 @@ |
| 113 | 114 |
boardVO.setRecordCountPerPage(100); |
| 114 | 115 |
|
| 115 | 116 |
map = bbsMngService.selectBoardArticlesWeb(boardVO, null); |
| 116 |
- |
|
| 117 |
+ System.out.println("????????????????????????????????");
|
|
| 117 | 118 |
int totCnt = Integer.parseInt((String) map.get("resultCnt"));
|
| 118 | 119 |
|
| 119 | 120 |
paginationInfo.setTotalRecordCount(totCnt); |
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?