Skip to content

Commit

Permalink
[LH-188] Merge from remote
Browse files Browse the repository at this point in the history
  • Loading branch information
YoungJun-L committed Sep 25, 2023
2 parents 6328f0e + 122c14d commit eac403f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ INSERT INTO matched_member(from_member_id, to_member_id)
) AS sub
GROUP BY sub.mm_id
ORDER BY SUM(sub.score) DESC
ORDER BY SUM(sub.score)
""", nativeQuery = true)
void saveMatchedMembersWithPreferences(
@Param("memberId") Long memberId,
Expand Down

0 comments on commit eac403f

Please sign in to comment.