Skip to content

Commit

Permalink
Merge branch 'dev' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
gouyeonch committed Sep 12, 2024
2 parents 54a961f + 34f9a81 commit cfe6ce6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Page<News> findByPopularityLessThan(
Pageable pageable
);

// 페이지 인기순 필터 쿼리
// 초기 페이지 인기순 필터 쿼리
@Query(value = """
SELECT n.id, n.shortform_url, n.youtube_url, n.instagram_url, n.thumbnail,
n.view_cnt, n.title, n.summary, n.shared_cnt, n.category,
Expand Down

0 comments on commit cfe6ce6

Please sign in to comment.