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

Commit 0d4c5972 authored by zhangguobing's avatar zhangguobing

~api:券商品业务-完善创建逻辑;

parent 592e9501
......@@ -336,7 +336,7 @@ public class GoblinStoreMgtGoodsCouponAddParam implements Serializable {
goblinGoodsSpecDto.setSpecVname("张");
// SKU规格设置
List<GoblinGoodsSpecDto> skuSpecList = addSkuParam.getSkuSpecList();
List<GoblinGoodsSpecDto> skuSpecList = new ArrayList<>();
skuSpecList.add(goblinGoodsSpecDto);
skuInfoVo.setSkuSpecList(skuSpecList);
......
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