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