Эх сурвалжийг харах

禁止后台获取应用PageStyle字段数据

huxz 8 жил өмнө
parent
commit
2d62a04c87

+ 1 - 0
sso-server/src/main/java/com/uas/sso/entity/App.java

@@ -106,6 +106,7 @@ public class App implements Serializable {
     @Column(name = "personal_enable", nullable = false)
     @Column(name = "personal_enable", nullable = false)
     private int personalEnable;
     private int personalEnable;
 
 
+    @com.fasterxml.jackson.annotation.JsonIgnore
     @OneToOne(mappedBy = "app", fetch = FetchType.LAZY)
     @OneToOne(mappedBy = "app", fetch = FetchType.LAZY)
     private PageStyle pageStyle;
     private PageStyle pageStyle;