We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[email protected]
오류를 발견했어요. I found an error. EgovBBSManageApiController.java
public ResultVO selectBoardArticles( @parameter(in = ParameterIn.QUERY, schema = @Schema(type = "object", additionalProperties = Schema.AdditionalPropertiesValue.TRUE, ref = "#/components/schemas/searchBbsMap"), style = ParameterStyle.FORM, explode = Explode.TRUE) @RequestParam Map<String, Object> commandMap, @parameter(hidden = true) @AuthenticationPrincipal LoginVO user) throws Exception { ResultVO resultVO = new ResultVO(); BoardVO boardVO = new BoardVO();
boardVO.setBbsId((String) commandMap.get("bbsId")); **/* Paging 처리 누락분 */ int pageIndex = Integer.parseInt((String) commandMap.get("pageIndex")); boardVO.setPageIndex(pageIndex);** boardVO.setSearchCnd((String) commandMap.get("searchCnd")); boardVO.setSearchWrd((String) commandMap.get("searchWrd"));
admin 로그인 후 공지사항 관리에 게시물을 11개 이상 작성하고 페이지를 이동하면, 페이지 이동이 되지 않음
vue.js
No response
에러 없이 페이지 이동이 안 됩니다.
The text was updated successfully, but these errors were encountered:
rukegithub
No branches or pull requests
연락처 Contact
[email protected]
오류 내용 Error Description
오류를 발견했어요. I found an error.
EgovBBSManageApiController.java
public ResultVO selectBoardArticles(
@parameter(in = ParameterIn.QUERY, schema = @Schema(type = "object", additionalProperties = Schema.AdditionalPropertiesValue.TRUE, ref = "#/components/schemas/searchBbsMap"), style = ParameterStyle.FORM, explode = Explode.TRUE) @RequestParam Map<String, Object> commandMap,
@parameter(hidden = true) @AuthenticationPrincipal LoginVO user) throws Exception {
ResultVO resultVO = new ResultVO();
BoardVO boardVO = new BoardVO();
오류 재현 방법 How to reproduce the error
admin 로그인 후 공지사항 관리에 게시물을 11개 이상 작성하고 페이지를 이동하면, 페이지 이동이 되지 않음
환경정보 Environmental Information
vue.js
어느 브라우저를 사용했나요? Which browser did you use?
No response
에러 로그 Error Logs
The text was updated successfully, but these errors were encountered: