Skip to content

Commit

Permalink
hotfix: 마이페이지 내가 쓴 글 조회
Browse files Browse the repository at this point in the history
  • Loading branch information
dldmsql committed Nov 29, 2023
1 parent cbfb980 commit 11b31e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ class BoardRepositoryImpl(
board.user.eq(user),
board.useYn.eq(true),
)
.orderBy(board.fixed.desc())
.orderBy(board.createdAt.desc())
.limit(pageable.pageSize.toLong())
.offset(pageable.offset)
.fetch()
Expand Down

0 comments on commit 11b31e3

Please sign in to comment.