@@ -1186,7 +1186,7 @@ public class TaskDetails implements Serializable {
public void setUpdateTime(Date updateTime) {
this.updateTime = updateTime;
}
-
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
public Date getDownloadTime() {
return downloadTime;