File tree 1 file changed +2
-2
lines changed
src/main/java/com/moplus/moplus_server/statistic/member
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ public class MemberStatistics extends BaseEntity {
25
25
26
26
@ OneToMany (cascade = CascadeType .ALL , orphanRemoval = true , fetch = FetchType .LAZY )
27
27
@ JoinColumn (name = "member_statistics_id" )
28
- private List <CorrectConceptTagStatistics > correctStatistics = new ArrayList <>() ;
28
+ private List <CorrectConceptTagStatistics > correctStatistics ;
29
29
30
30
@ OneToMany (cascade = CascadeType .ALL , orphanRemoval = true , fetch = FetchType .LAZY )
31
31
@ JoinColumn (name = "member_statistics_id" )
32
- private List <IncorrectConceptTagStatistics > incorrectStatistics = new ArrayList <>() ;
32
+ private List <IncorrectConceptTagStatistics > incorrectStatistics ;
33
33
34
34
@ Builder
35
35
public MemberStatistics (Long memberId ) {
You can’t perform that action at this time.
0 commit comments