Commit c8377912 authored by caotao's avatar caotao

时间格式化问题处理

parent a5779616
...@@ -216,6 +216,7 @@ public class TdHygfJpInverterWarnDto { ...@@ -216,6 +216,7 @@ public class TdHygfJpInverterWarnDto {
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date taskEndTime; private Date taskEndTime;
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date recDate; private Date recDate;
} }
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