lyhzzz 4 mesi fa
parent
commit
5df36a31ff

+ 3 - 3
src/main/java/com/fdkankan/fusion/entity/CaseSettings.java

@@ -43,13 +43,13 @@ public class CaseSettings implements Serializable {
     /**
      * 封面图
      */
-    @TableField("cover")
+    @TableField(value = "cover",updateStrategy = FieldStrategy.IGNORED)
     private String cover;
 
     /**
      * 背景,天空
      */
-    @TableField("back")
+    @TableField(value = "back",updateStrategy = FieldStrategy.IGNORED)
     private String back;
 
     /**
@@ -59,7 +59,7 @@ public class CaseSettings implements Serializable {
      *   bottomImage = "bimg",
      *   icon = "icon",
      */
-    @TableField("back_type")
+    @TableField(value = "back_type",updateStrategy = FieldStrategy.IGNORED)
     private String backType;
 
     @TableField("open_compass")