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

Commit 09d90227 authored by 张国柄's avatar 张国柄

~api:编辑藏品skuType默认值更新调整;

parent ef135582
...@@ -190,6 +190,7 @@ public class GoblinStoreMgtDigitalGoodsAddSkuParam implements Serializable { ...@@ -190,6 +190,7 @@ public class GoblinStoreMgtDigitalGoodsAddSkuParam implements Serializable {
public GoblinGoodsSkuInfoVo initEditGoodsSkuInfoVo() { public GoblinGoodsSkuInfoVo initEditGoodsSkuInfoVo() {
GoblinGoodsSkuInfoVo updateVo = GoblinGoodsSkuInfoVo.getNew(); GoblinGoodsSkuInfoVo updateVo = GoblinGoodsSkuInfoVo.getNew();
updateVo.setSkuId(this.getSkuId()); updateVo.setSkuId(this.getSkuId());
updateVo.setSkuType(1);
// updateVo.setRouteType(this.getRouteType()); // updateVo.setRouteType(this.getRouteType());
updateVo.setDetails(this.getDetails()); updateVo.setDetails(this.getDetails());
......
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