Skip to content

Commit

Permalink
Merge pull request TeamMajorLink#42 from kchaeeun/develop
Browse files Browse the repository at this point in the history
.
  • Loading branch information
kchaeeun authored Aug 17, 2024
2 parents 8dc7c8b + be557e6 commit 46918f5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ public interface ProjectRepository extends JpaRepository<Project, Long> {
List<Project> findByUser(User user);
@Query("SELECT p FROM Project p WHERE p.user.userStatus = 'ACTIVE' AND p.user.nickname = :nickname")
List<Project> findByUserNickname(String nickname);

}

0 comments on commit 46918f5

Please sign in to comment.