Skip to content

Commit

Permalink
chore(ApplyRepository): 주석 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
hoonyworld committed Nov 17, 2024
1 parent 544b362 commit 132412e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ default Apply findByIdOrThrow(Integer applyId) {
@Query("SELECT u.orgId AS orgId, COUNT(a.id) AS approvedStudyCount " +
"FROM Apply a JOIN a.meeting m " +
"JOIN a.user u " +
"WHERE m.category = :category AND a.status = :status AND u.orgId = :orgId " + // orgId로 필터링
"WHERE m.category = :category AND a.status = :status AND u.orgId = :orgId " +
"GROUP BY u.orgId")
List<ApprovedStudyCountProjection> findApprovedStudyCountByOrgId(
@Param("category") MeetingCategory category,
Expand Down

0 comments on commit 132412e

Please sign in to comment.