From 4d48da87faccd9c11fe644e92edd54ca0e167b69 Mon Sep 17 00:00:00 2001 From: Administrator <admin> Date: Sat, 09 Jul 2022 09:47:40 +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