Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/production' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
in-seo committed Jan 29, 2024
2 parents fd17eb1 + a90b873 commit 39158ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

public interface LoungeRepository extends JpaRepository<Lounge,Long> {

@Query(value = "select l from Lounge l left join fetch l.user")
@Query(value = "select l from Lounge l left join fetch l.user order by l.id desc")
List<Lounge> findAllDesc();
}

0 comments on commit 39158ca

Please sign in to comment.