Skip to content

Commit

Permalink
refactor: question 조회 변수명 변경 #3
Browse files Browse the repository at this point in the history
  • Loading branch information
623nana committed Aug 4, 2021
1 parent f409c00 commit a725de8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

public interface QuestionRepository extends JpaRepository<Question, Long> {

List<Question> findQuestionsBySendOptionIdEqualsOrSendOptionIdEquals(Long id, Long ge);
List<Question> findQuestionsBySendOptionIdEqualsOrSendOptionIdEquals(Long optionId, Long commonOptionId);
}

0 comments on commit a725de8

Please sign in to comment.