Commit 9003fc61 authored by KeYong's avatar KeYong

修改报告演练时间格式

parent 8dd1031e
...@@ -23,8 +23,8 @@ public class PlanReport extends BaseEntity { ...@@ -23,8 +23,8 @@ public class PlanReport extends BaseEntity {
private String title; private String title;
@TableField(value = "drill_date") @TableField(value = "drill_date")
@JsonFormat(pattern = "yyyy-MM-dd") @JsonFormat(pattern = "yyyy-MM-dd HH:mm")
@DateTimeFormat(pattern = "yyyy-MM-dd") @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm")
private Date drillDate; private Date drillDate;
@TableField("address") @TableField("address")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment