Commit acc25353 authored by wufeifan's avatar wufeifan

更新了导出excel时的日期格式

parent 78243f43
......@@ -46,7 +46,7 @@ public class DetailssAmountVO {
@ApiModelProperty(value = "生产厂家")
private String brand;
@Excel(name = "出厂时间",orderNum ="6")
@Excel(name = "出厂时间",orderNum ="6", format = "yyyy-MM-dd HH:mm:ss")
@JsonFormat(pattern = "yyyy-MM-dd")
@ApiModelProperty(value = "出厂时间")
private Date openDate;
......@@ -60,7 +60,7 @@ public class DetailssAmountVO {
@ApiModelProperty(value = "所属单位")
private String remark;
@Excel(name = "入库时间",orderNum ="9")
@Excel(name = "入库时间",orderNum ="9", format = "yyyy-MM-dd HH:mm:ss")
@JsonFormat(pattern = "yyyy-MM-dd")
@ApiModelProperty(value = "入库时间")
private Date joinDate;
......
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