From 568b782afa3be4b55f617e7330aa1f2c0e54e693 Mon Sep 17 00:00:00 2001 From: tangzy <tangzy123456> Date: Mon, 27 Jun 2022 09:03:01 +0800 Subject: [PATCH] 地块管理 --- src/main/java/org/springblade/modules/recovery/entity/Recovery.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/springblade/modules/recovery/entity/Recovery.java b/src/main/java/org/springblade/modules/recovery/entity/Recovery.java index b49656d..6334dda 100644 --- a/src/main/java/org/springblade/modules/recovery/entity/Recovery.java +++ b/src/main/java/org/springblade/modules/recovery/entity/Recovery.java @@ -61,8 +61,8 @@ /** * 采收时间 */ - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") - @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @JsonFormat(pattern = "yyyy-MM-dd",timezone = "GMT+8") + @DateTimeFormat(pattern = "yyyy-MM-dd") private Date time; /** -- Gitblit v1.9.3