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