魏超 před 5 roky
rodič
revize
9b4fda36b0

+ 1
- 0
src/main/java/com/huiju/estateagents/sample/entity/TaNotice.java Zobrazit soubor

@@ -75,6 +75,7 @@ public class TaNotice implements Serializable {
75 75
      * 自动下架时间 每次查询的时候过滤,并更新status
76 76
      */
77 77
     @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
78
+    @TableField(strategy = FieldStrategy.IGNORED)
78 79
     private LocalDateTime invalidTime;
79 80
 
80 81
     /**