Commit 210f98a3 authored by 王晓倩's avatar 王晓倩

列表显示时间格式

parent 9657199d
......@@ -33,8 +33,8 @@ public class TOrderFeedback extends BaseEntity
private String contents;
/** 反馈时间 */
@JsonFormat(pattern = "yyyy-MM-dd")
@Excel(name = "反馈时间", width = 30, dateFormat = "yyyy-MM-dd")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@Excel(name = "反馈时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
private Date feedbackTime;
/** 是否存在隐患(0正常,1存在隐患) */
......
......@@ -50,7 +50,7 @@ public class TWorkOrder extends BaseEntity
private Long actualInspector;
/** 实际接收时间 */
@JsonFormat(pattern = "yyyy-MM-dd")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@Excel(name = "实际接收时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
private Date actualTime;
......
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