|
@@ -98,7 +98,7 @@ public class GqEntity extends BaseEntity<Long> implements Cloneable {
|
|
|
return entity;
|
|
|
}
|
|
|
|
|
|
- @ManyToOne(fetch = FetchType.EAGER, targetEntity = CodeEntity.class)
|
|
|
+ @ManyToOne(fetch = FetchType.LAZY, targetEntity = CodeEntity.class)
|
|
|
@JoinColumn(name = "gqszsylx")
|
|
|
@RemotingExclude
|
|
|
public CodeEntity getGqszsylx() {
|
|
@@ -221,7 +221,7 @@ public class GqEntity extends BaseEntity<Long> implements Cloneable {
|
|
|
this.bz = bz;
|
|
|
}
|
|
|
|
|
|
- @ManyToOne(fetch = FetchType.EAGER, targetEntity = CodeEntity.class)
|
|
|
+ @ManyToOne(fetch = FetchType.LAZY, targetEntity = CodeEntity.class)
|
|
|
@JoinColumn(name = "szsx")
|
|
|
@RemotingExclude
|
|
|
public CodeEntity getSzsx() {
|