liusheng
6 小时以前 74cf11e67514bd5798e4bd6ea9c0b510a5215a98
添加一下   @DateTimeFormat
已修改1个文件
2 ■■■ 文件已修改
smartor/src/main/java/com/smartor/domain/ServiceSubtaskExport.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
smartor/src/main/java/com/smartor/domain/ServiceSubtaskExport.java
@@ -44,7 +44,7 @@
    /**
     * 完成时间
     */
    @Excel(name = " 完成时间 ", width = 30, dateFormat = "yyyy-MM-dd HH:mi:ss")
    @Excel(name = " 完成时间 ", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
    @JsonFormat(pattern = "yyyy-MM-dd")
    @ApiModelProperty(value = "完成时间")
    private Date finishtime;