Skip to content

Commit

Permalink
fix: 추천받았던 꽃의 목록을 반환할 때 order 값 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ss7622 committed Jul 10, 2024
1 parent f9ca9a5 commit 9c62ab4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public class Member {
private String phoneNumber;

@OneToMany(mappedBy = "member", cascade = CascadeType.ALL)
@OrderBy("preferOrder ASC")
private List<PreferList> preferLists;

@OneToMany(mappedBy = "member", cascade = CascadeType.ALL)
Expand Down

0 comments on commit 9c62ab4

Please sign in to comment.