Skip to content

Commit

Permalink
fix: 비슷한 행사 리스트 기준 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzwv committed Nov 25, 2023
1 parent ca94fcb commit 96ff321
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@

public interface ProgramRepository extends JpaRepository<Program, Long>, ProgramRepositoryCustom {

//List<Program> findTop3ByCategoryAndScheduleMonth(Category category, Month month);
List<Program> findTop3ByCategory(Category category);
List<Program> findAllByCategoryAndIsOpenOrderByDeadlineAsc(Category category, Boolean isOpen);

Page<Program> findAllByHost(Member host, Pageable pageable);

Expand Down

0 comments on commit 96ff321

Please sign in to comment.