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

Commit 0b15baaf authored by 胡佳晨's avatar 胡佳晨

修改 组合购下单 nft没有存入erpHosting的问题

parent 89cc1f96
...@@ -255,6 +255,13 @@ public class GoblinNftOrderVo implements Serializable, Cloneable { ...@@ -255,6 +255,13 @@ public class GoblinNftOrderVo implements Serializable, Cloneable {
this.setCreatedAt(source.getCreatedAt()); this.setCreatedAt(source.getCreatedAt());
this.setMixId(mixId); this.setMixId(mixId);
this.setMixName(mixName); this.setMixName(mixName);
this.setSpuErpCode(source.getSpuErpCode());
this.setSkuErpCode(source.getSkuErpCode());
this.setErpType(source.getErpType());
this.setErpWarehouseNo(source.getErpWarehouseNo());
this.setErpHosting(source.getErpHosting());
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