|
@@ -931,6 +931,7 @@ public class GoodsServiceImpl extends BaseServiceImpl<Integer, Goods> implement
|
|
|
Goods goods = JSON.parseObject(JSON.toJSONString(good), Goods.class);
|
|
|
goods.setStatus(YesOrNoEnum.NO);
|
|
|
goods.setStockCount(stock);
|
|
|
+ goods.setGroupGoods(true);
|
|
|
this.insert(goods);
|
|
|
|
|
|
List<GoodsSub> subList = goodsSubList.stream().map(next -> {
|