fanli/src/main/java/com/yeshi/fanli/service/impl/push/PushGoodsServiceImpl.java
@@ -125,7 +125,7 @@ if (commonGoods != null) { commonGoodsService.addOrUpdateCommonGoods(commonGoods); Long cid = commonGoods.getId(); if (cid == null) { if (cid != null) { listCommonId.add(cid); } } @@ -171,8 +171,10 @@ pushGoodsGroup.setCommonGoods(new CommonGoods(cid)); listAdd.add(pushGoodsGroup); } pushGoodsGroupService.insertBatch(listAdd); } } @Override