From 9dd5daa4672dc8d4ad238b34420b2faa6578d8cd Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期日, 08 十月 2023 20:08:59 +0800 Subject: [PATCH] 优化监控点位数据同步 --- src/main/java/com/fzzy/api/entity/Api1108.java | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/fzzy/api/entity/Api1108.java b/src/main/java/com/fzzy/api/entity/Api1108.java index 9b7d610..a49e5d8 100644 --- a/src/main/java/com/fzzy/api/entity/Api1108.java +++ b/src/main/java/com/fzzy/api/entity/Api1108.java @@ -92,9 +92,8 @@ private String czclfs; @PropertyDef(label = "淇濊川鏈�") - @Column(name = "bzq", length = 20) - @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "GMT+8") - private Date bzq; + @Column(name = "bzq", length = 40) + private String bzq; @PropertyDef(label = "閲囪喘鏃ユ湡") @JSONField(format = "yyyy-MM-dd") -- Gitblit v1.9.3