Skip to content

Commit

Permalink
fix : 유저 정보 조회 버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dlgocks1 committed Jun 20, 2024
1 parent d804096 commit c4b92f1
Show file tree
Hide file tree
Showing 4 changed files with 333 additions and 333 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class UserAdminController(
@RequestParam size: Int,
): CommonResponse<PageResponse<AdminUserInfoDto>> {
return CommonResponse.onSuccess(
userService.getAllUserInfoByGeneration(generation, 0, 200)
userService.getAllUserInfoByGeneration(generation, page, size)
)
}

Expand Down
Loading

0 comments on commit c4b92f1

Please sign in to comment.