记得上下班打卡 | git大法好,push需谨慎

Commit 6b0f9c1e authored by 胡佳晨's avatar 胡佳晨

增加 创建时间倒叙

parent 0427d863
...@@ -53,7 +53,9 @@ public class SmileProjectDetailsVo implements Cloneable { ...@@ -53,7 +53,9 @@ public class SmileProjectDetailsVo implements Cloneable {
this.setAddress(source.getAddress()); this.setAddress(source.getAddress());
this.setIntroduce(source.getIntroduce()); this.setIntroduce(source.getIntroduce());
this.setImg(source.getImg()); this.setImg(source.getImg());
this.setCreatedAt(source.getCreatedAt().format(DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss"))); if (source.getCreatedAt() != null) {
this.setCreatedAt(source.getCreatedAt().format(DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss")));
}
this.setTeamArray(teamList); this.setTeamArray(teamList);
return this; return this;
} }
......
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