Commit 06e69ab4 authored by chenhao's avatar chenhao

修改bug 显示时间的问题

parent 26a57bcf
...@@ -63,7 +63,7 @@ public class DangerDto implements Serializable { ...@@ -63,7 +63,7 @@ public class DangerDto implements Serializable {
/** /**
* 整改期限 * 整改期限
*/ */
@JsonFormat(pattern = "yyyy-MM-dd") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date reformLimitDate; private Date reformLimitDate;
......
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