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

Commit a867d50f authored by 胡佳晨's avatar 胡佳晨

修改 汇付下单

parent 6a55c3f8
...@@ -54,7 +54,9 @@ public class GoblinOrderAttrVo implements Serializable, Cloneable { ...@@ -54,7 +54,9 @@ public class GoblinOrderAttrVo implements Serializable, Cloneable {
this.setExpressPhone(source.getExpressPhone()); this.setExpressPhone(source.getExpressPhone());
this.setExpressType(source.getExpressType()); this.setExpressType(source.getExpressType());
this.setGiftInfos(source.getGiftInfos()); this.setGiftInfos(source.getGiftInfos());
if(source.getCreatedAt()!=null) {
this.setCreatedAt(source.getCreatedAt().format(DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss"))); this.setCreatedAt(source.getCreatedAt().format(DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss")));
}
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